feat: switch to proxy when need be
This commit is contained in:
@ -36,7 +36,7 @@ type osxkeychain struct {
|
||||
}
|
||||
|
||||
func newKeychain() (credentials.Helper, error) {
|
||||
log.Debug("creating osckeychain")
|
||||
log.Debug("Creating osckeychain")
|
||||
return &osxkeychain{}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user