Skip to content

Commit dba22c0

Browse files
authored
Fix typo
1 parent b8aee8c commit dba22c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ See https://bit.ly/3HurHe3 for more details on the search syntax`)
4949

5050
if len(os.Args) < 2 {
5151
//goland:noinspection GoUnhandledErrorResult
52-
fmt.FPrintln(os.Stderr, "missing organization")
52+
fmt.Fprintln(os.Stderr, "missing organization")
5353
flag.Usage()
5454
os.Exit(1)
5555
}

0 commit comments

Comments
 (0)