diff options
Diffstat (limited to 'src/lib.lisp')
-rw-r--r-- | src/lib.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.lisp b/src/lib.lisp index 93a19aa..a4254eb 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -37,7 +37,7 @@ (setf *config* (make-config :host (prompt "Oneliner Instance Host: " - :prefill "https://oneliners.wiki") + :prefill "https://api.oneliners.wiki") :shell (prompt "With which shell should commands be run: " :prefill "bash"))) (write-config-to-disk) |