From 20ab672ab78e5d5417a1731a20bcb6fc2ce02034 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:09:23 +0000 Subject: [PATCH] Latest --- home/dot_config/docker/config.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_config/docker/config.json.tmpl b/home/dot_config/docker/config.json.tmpl index f8122a0f..1b382f37 100644 --- a/home/dot_config/docker/config.json.tmpl +++ b/home/dot_config/docker/config.json.tmpl @@ -4,4 +4,4 @@ }, "credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}", "currentContext": "desktop-linux" -} +} \ No newline at end of file