Skip to content

Commit

Permalink
fix: publish-with-options with spaced app-name
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Nov 24, 2023
1 parent 452e851 commit 18a46cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ this function will:
current-value
input-line)))
;; update ENV to match the user input
(setf (uiop:getenv env-name) (write-to-string result))
(setf (uiop:getenv env-name) (princ-to-string result))
result))))))

0 comments on commit 18a46cd

Please sign in to comment.