From df1631142a83fb0790adca2000f13e91b86fec42 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 8 Oct 2025 00:38:16 +0300 Subject: [PATCH] Quote env variables to prevent unwanted expansion --- scripts/dev/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dev/setup b/scripts/dev/setup index 7cd1fbbe..f21f3b28 100755 --- a/scripts/dev/setup +++ b/scripts/dev/setup @@ -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