Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from GoogleCloudPlatform/release
Browse files Browse the repository at this point in the history
Project import generated by Copybara.
  • Loading branch information
codrienne authored Apr 25, 2018
2 parents 02c3d8a + 6cfa609 commit 5485e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localbuilder_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func main() {
flag.Parse()
ctx := context.Background()
args := flag.Args()
log.SetOutput(os.Stdout)

if *help {
flag.PrintDefaults()
Expand Down Expand Up @@ -103,6 +102,7 @@ func main() {
exitUsage("Specify a config file")
}

log.SetOutput(os.Stdout)
if err := run(ctx, source); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 5485e3f

Please sign in to comment.