aboutsummaryrefslogtreecommitdiff
path: root/app/draft.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-05 13:46:09 -0500
committerColin Okay <colin@cicadas.surf>2022-08-05 13:46:09 -0500
commit13d819c7be13e815907a526003213a0dca5630ce (patch)
treee9b531edd9cc717fcd172fdfacbe9e9a2407eb7a /app/draft.lisp
parent6edbca3e259fef4add85523de03efea8b634b6ed (diff)
[fix] typos
Diffstat (limited to 'app/draft.lisp')
-rw-r--r--app/draft.lisp2
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)))