diff options
-rw-r--r-- | oneliners.cli.asd | 2 | ||||
-rw-r--r-- | src/lib.lisp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/oneliners.cli.asd b/oneliners.cli.asd index 1993389..ff3aae7 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -1,5 +1,5 @@ (defsystem "oneliners.cli" - :version "0.4.0" + :version "0.4.1" :author "Colin Okay" :license "AGPLv3" :depends-on ("trivial-clipboard" diff --git a/src/lib.lisp b/src/lib.lisp index d990b22..f9d81aa 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -257,6 +257,7 @@ the directories that appear in the value of that variable." (bind-vars-and-run-oneliner ol args force-clip)) (when (and by-id (not found)) (format t "Trying to fetch that oneliner with id ~a from the wiki.~%" item-number) + (ensure-config) (a:if-let ((ol (api:request-with (:host (host)) (jonathan:parse |