Skip to content

Commit

Permalink
small caps
Browse files Browse the repository at this point in the history
  • Loading branch information
sshehrozali committed Sep 26, 2024
1 parent 1062832 commit 889ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func PromptInput() (string, error) {
flag.Parse()

if *url == "" {
return "", errors.New("Please provide a URL using the -url flag")
return "", errors.New("please provide a URL using the -url flag")
}

return *url, nil
Expand Down

0 comments on commit 889ea35

Please sign in to comment.