Skip to content

Commit 4f995bd

Browse files
committed
chore: print when done
1 parent b7566dc commit 4f995bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/nfpm/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func main() {
4646
if err := doPackage(*config, *target); err != nil {
4747
kingpin.Fatalf(err.Error())
4848
}
49+
fmt.Printf("created package: %s\n", *target)
4950
}
5051
}
5152

0 commit comments

Comments
 (0)