Skip to content

Commit

Permalink
chore: print when done
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 17, 2018
1 parent b7566dc commit 4f995bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nfpm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func main() {
if err := doPackage(*config, *target); err != nil {
kingpin.Fatalf(err.Error())
}
fmt.Printf("created package: %s\n", *target)
}
}

Expand Down

0 comments on commit 4f995bd

Please sign in to comment.