Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Aug 23, 2024
1 parent 1fa8dcf commit 598aa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/remote/credential/login_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (h *ociHandler) login(u *url.URL, username, password string, insecure bool,

func (h *ociHandler) logout(u *url.URL, reqAuthFile string) error {
if u == nil {
return fmt.Errorf("URL not provided for logout.")
return fmt.Errorf("URL not provided for logout")
}

registry := u.Host + u.Path
Expand Down

0 comments on commit 598aa04

Please sign in to comment.