Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 committed Sep 10, 2024
1 parent d796461 commit 2e2da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/creds/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func WithAdditionalCredentialLoaders(loaders ...CredentialsCallback) Opt {
}
}

// NewCredentialsProvider returns new CredentialsProvider that tries to get credentials from docke r/func config files.
// NewCredentialsProvider returns new CredentialsProvider that tries to get credentials from docker/func config files.
//
// In case getting credentials from the config files fails
// the caller provided callback (see WithPromptForCredentials) will be invoked to obtain credentials.
Expand Down

0 comments on commit 2e2da73

Please sign in to comment.