Skip to content

Commit

Permalink
Merge pull request #872 from nogoegst/fix-unsupported-default-credent…
Browse files Browse the repository at this point in the history
…ial-store

Fix compilation of defaultCredentialStore() on unsupported platforms
  • Loading branch information
dnephin authored Feb 12, 2018
2 parents 85f9fb5 + 57c51c8 commit dcd6298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/config/credentials/default_store_unsupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

package credentials

const defaultCredentialsStore = ""
func defaultCredentialsStore() string {
return ""
}

0 comments on commit dcd6298

Please sign in to comment.