Skip to content

Commit

Permalink
scripts/trigger-depup: run flag.Parse()
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Aug 4, 2020
1 parent 47fd814 commit 8776552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/trigger-depup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var (
)

func main() {
flag.Parse()
if err := run(); err != nil {
fmt.Fprintf(os.Stderr, "%v\n", err)
os.Exit(1)
Expand Down

0 comments on commit 8776552

Please sign in to comment.