Fixed broken config file

This commit is contained in:
Brian Zalewski 2023-12-07 07:11:42 +00:00
parent 773c76db3e
commit cb9ffd0c69

View file

@ -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"
} }