Fixed broken config file
This commit is contained in:
parent
773c76db3e
commit
cb9ffd0c69
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
"auths": {
|
"auths": {
|
||||||
"https://index.docker.io/v1/": {}
|
"https://index.docker.io/v1/": {}
|
||||||
},
|
},
|
||||||
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}"
|
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
|
||||||
"currentContext": "desktop-linux"
|
"currentContext": "desktop-linux"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue