diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-05 13:46:09 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-05 13:46:09 -0500 |
commit | 13d819c7be13e815907a526003213a0dca5630ce (patch) | |
tree | e9b531edd9cc717fcd172fdfacbe9e9a2407eb7a /app/draft.lisp | |
parent | 6edbca3e259fef4add85523de03efea8b634b6ed (diff) |
[fix] typos
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))) |