diff --git a/src/main/cljc/dda/c4k_common/common.cljc b/src/main/cljc/dda/c4k_common/common.cljc index 3caf9c6..d9ec440 100644 --- a/src/main/cljc/dda/c4k_common/common.cljc +++ b/src/main/cljc/dda/c4k_common/common.cljc @@ -63,7 +63,7 @@ res-vec (cond both (concat-vec (config-objects resulting-config) (auth-objects my-auth)) only-config (config-objects my-config) - only-auth (auth-objects my-auth))] + only-auth (auth-objects my-config my-auth))] (cs/join "\n---\n" res-vec)))