diff --git a/lisp/system-config.lisp b/lisp/system-config.lisp index 4bc4a5f..123b499 100644 --- a/lisp/system-config.lisp +++ b/lisp/system-config.lisp @@ -148,9 +148,9 @@ (if (> (length key) 0) (progn (config-set env-key key) (format t "✓ ~a API key saved~%" chosen)) - (format t "Skipping ~a — no key entered.~%" chosen)))))))) - - (format t "~%")) + (format t "Skipping ~a — no key entered.~%" chosen)))))))) + + (format t "~%"))) (defun setup-add-provider () "Entry point for adding a single provider (called from CLI)." diff --git a/org/system-config.org b/org/system-config.org index 70e4b97..99f00f4 100644 --- a/org/system-config.org +++ b/org/system-config.org @@ -225,9 +225,11 @@ These are shown inline when the user runs the setup wizard, so they know what th (if (> (length key) 0) (progn (config-set env-key key) (format t "✓ ~a API key saved~%" chosen)) - (format t "Skipping ~a — no key entered.~%" chosen)))))))) - - (format t "~%")) + (format t "Skipping ~a — no key entered.~%" chosen)))))))) + + (format t "~%"))) + + #+end_src