Skip to content

Commit

Permalink
fix stdout/stderr mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Apr 13, 2017
1 parent cabe1c9 commit cc8aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ func parseFlags(c *cli.Context) (creds *authContext, targetURL *url.URL) {
}

func main() {
run(os.Args, os.Stdin, os.Stdout)
run(os.Args, os.Stdout, os.Stderr)
}

0 comments on commit cc8aed9

Please sign in to comment.