Split for generation of config and auth objects #4
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
res-vec (cond
|
res-vec (cond
|
||||||
both (concat-vec (config-objects resulting-config) (auth-objects my-auth))
|
both (concat-vec (config-objects resulting-config) (auth-objects my-auth))
|
||||||
only-config (config-objects my-config)
|
only-config (config-objects my-config)
|
||||||
only-auth (auth-objects my-auth))]
|
only-auth (auth-objects my-config my-auth))]
|
||||||
(cs/join
|
(cs/join
|
||||||
"\n---\n"
|
"\n---\n"
|
||||||
res-vec)))
|
res-vec)))
|
||||||
|
|
Loading…
Reference in a new issue