Quote env variables to prevent unwanted expansion
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ ensure_working_directory!
|
|||||||
# Add the Fluxon UI hex source repo
|
# Add the Fluxon UI hex source repo
|
||||||
|
|
||||||
mix hex.repo add fluxon https://repo.fluxonui.com \
|
mix hex.repo add fluxon https://repo.fluxonui.com \
|
||||||
--fetch-public-key $FLUXON_KEY_FINGERPRINT \
|
--fetch-public-key "$FLUXON_KEY_FINGERPRINT" \
|
||||||
--auth-key $FLUXON_LICENSE_KEY
|
--auth-key "$FLUXON_LICENSE_KEY"
|
||||||
|
|
||||||
# Install the gh extension to preview local markdown files
|
# Install the gh extension to preview local markdown files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user