fixed a silly bug

cleanup
m455 2020-06-20 00:32:49 -04:00
parent 01ce2785de
commit 4b575c355d
2 changed files with 1 additions and 1 deletions

BIN
nicethings 100755

Binary file not shown.

View File

@ -287,7 +287,7 @@
[(vector add-command _) (add (args-ref 1))]
[(vector rm-command _) (rm (args-ref 1))]
[(vector ls-command) (ls)]
[(vector) (random)]
[(vector) (random-message)]
;; Improper usage
;; This is checked so we can give the user hints on how to
;; use the software if they have part of the command