mirror of https://github.com/docker/cli.git
Merge pull request #872 from nogoegst/fix-unsupported-default-credential-store
Fix compilation of defaultCredentialStore() on unsupported platforms
This commit is contained in:
commit
dcd62981c4
|
@ -2,4 +2,6 @@
|
|||
|
||||
package credentials
|
||||
|
||||
const defaultCredentialsStore = ""
|
||||
func defaultCredentialsStore() string {
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue