fixed spec resolve error
This commit is contained in:
parent
4664f6b5d3
commit
293511cfc9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
k8s-mastodon-bot {your configuraton file} {your authorization file}")
|
||||
|
||||
(s/def ::filename string?)
|
||||
(s/def ::cmd-args (s/cat :options ::core/options
|
||||
(s/def ::cmd-args (s/cat :options ::options
|
||||
:config ::filename
|
||||
:auth ::filename))
|
||||
|
||||
|
|
Loading…
Reference in a new issue