diff options
Diffstat (limited to 'app/draft.lisp')
-rw-r--r-- | app/draft.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/draft.lisp b/app/draft.lisp index 32698ca..94489a0 100644 --- a/app/draft.lisp +++ b/app/draft.lisp @@ -84,5 +84,5 @@ (cli:make-command :name "draft" :description "draft, test, and publish new oneliners" - :handler #'draft/command + :handler #'draft/handler :sub-commands (draft/subcommands))) |