fixed spec resolve error

This commit is contained in:
Clemens Geibel 2021-03-15 13:29:11 +01:00
parent 4664f6b5d3
commit 293511cfc9

View file

@ -17,7 +17,7 @@
k8s-mastodon-bot {your configuraton file} {your authorization file}") k8s-mastodon-bot {your configuraton file} {your authorization file}")
(s/def ::filename string?) (s/def ::filename string?)
(s/def ::cmd-args (s/cat :options ::core/options (s/def ::cmd-args (s/cat :options ::options
:config ::filename :config ::filename
:auth ::filename)) :auth ::filename))