Split for generation of config and auth objects #4

Merged
gec merged 9 commits from split-config-auth into main 2024-07-19 09:06:52 +00:00
Showing only changes of commit 57a9340109 - Show all commits

View file

@ -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)))