Skip to content

Commit

Permalink
fix noopstore
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Sep 23, 2024
1 parent 41085ae commit 904a2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/credentials/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func (s NoopStore) Add(context.Context, Credential) error {
return nil
}

func (s NoopStore) Refresh(context.Context, Credential, string) error {
func (s NoopStore) Refresh(context.Context, Credential) error {
return nil
}

Expand Down

0 comments on commit 904a2f8

Please sign in to comment.