Skip to content

Commit

Permalink
fix: resolve comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Oct 26, 2022
1 parent 5027651 commit 0ac3223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Example - Login using $NOTATION_USERNAME $NOTATION_PASSWORD variables:

// check username
if opts.Username == "" {
return errors.New("username was not set.")
return errors.New("username is not set.")
}
return nil
},
Expand Down

0 comments on commit 0ac3223

Please sign in to comment.