Fix compilation of defaultCredentialStore() on unsupported platforms

Signed-off-by: Ivan Markin <sw@nogoegst.net>
Upstream-commit: 57c51c8af3
Component: cli
This commit is contained in:
Ivan Markin
2018-02-10 15:30:32 +00:00
parent 7a31f33f22
commit 6f3d7b05d2

View File

@ -2,4 +2,6 @@
package credentials
const defaultCredentialsStore = ""
func defaultCredentialsStore() string {
return ""
}