From 25e2a94a82b325f74f7f297104be275419d6928e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 28 Feb 2022 16:46:18 -0600 Subject: new default host in fresh config --- src/lib.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.lisp') 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) -- cgit v1.2.3