Skip to content

Commit

Permalink
style: correct capitalization in comment within favorites function
Browse files Browse the repository at this point in the history
Adjusted the capitalization in a comment to maintain accuracy, changing "CLI" to "cli".
  • Loading branch information
bshutterkion committed Aug 23, 2024
1 parent 449b854 commit 58a5256
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 @@ -666,7 +666,7 @@ func favorites(cCtx *cli.Context) error {
// grab the favorite object
favorite := fMap[fav]

// determine favorite action, default to CLI unless explicitly set to web
// determine favorite action, default to cli unless explicitly set to web
if favorite.AccessType == "web" {
// handle auth
err = setAuthToken(cCtx)
Expand Down

0 comments on commit 58a5256

Please sign in to comment.