Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Feb 10, 2022
1 parent b8aee8c commit dba22c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -49,7 +49,7 @@ See https://bit.ly/3HurHe3 for more details on the search syntax`)

if len(os.Args) < 2 {
//goland:noinspection GoUnhandledErrorResult
fmt.FPrintln(os.Stderr, "missing organization")
fmt.Fprintln(os.Stderr, "missing organization")
flag.Usage()
os.Exit(1)
}
Expand Down

0 comments on commit dba22c0

Please sign in to comment.