implement-c4k-and-provs #1

Merged
bom merged 17 commits from implement-c4k-and-provs into main 2024-10-18 09:22:48 +00:00
Showing only changes of commit 0b2ac0d289 - Show all commits

View file

@ -43,7 +43,7 @@
(->> default-c4k-auth (->> default-c4k-auth
(merge resolved-config) (merge resolved-config)
(generate-string) (generate-string)
(spit (domain/config-path config))))) (spit (c4k-d/auth-path config)))))
(st/instrument `run-gopass-command!) (st/instrument `run-gopass-command!)