Quote env variables to prevent unwanted expansion

This commit is contained in:
Claudio Ortolina
2025-10-08 00:38:16 +03:00
parent 2e1111a49e
commit df1631142a
+2 -2
View File
@@ -11,8 +11,8 @@ ensure_working_directory!
# Add the Fluxon UI hex source repo
mix hex.repo add fluxon https://repo.fluxonui.com \
--fetch-public-key $FLUXON_KEY_FINGERPRINT \
--auth-key $FLUXON_LICENSE_KEY
--fetch-public-key "$FLUXON_KEY_FINGERPRINT" \
--auth-key "$FLUXON_LICENSE_KEY"
# Install the gh extension to preview local markdown files