aboutsummaryrefslogtreecommitdiff
path: root/scripts/prepare-installer-for-github-actions
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-18 18:33:13 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-19 15:18:10 +0100
commiteff48e84d9fde4e98adcdd0ff325b93a8d47947a (patch)
tree2a2c811fda69520cf68e98277833dc4a1ebf4e98 /scripts/prepare-installer-for-github-actions
parent9cd8cffefc65fe425c6aa07aa3bc67a8eec46087 (diff)
Apply some shellcheck suggestions
Diffstat (limited to 'scripts/prepare-installer-for-github-actions')
-rwxr-xr-xscripts/prepare-installer-for-github-actions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare-installer-for-github-actions b/scripts/prepare-installer-for-github-actions
index 92d930384..4b994a753 100755
--- a/scripts/prepare-installer-for-github-actions
+++ b/scripts/prepare-installer-for-github-actions
@@ -3,7 +3,7 @@
set -e
script=$(nix-build -A outputs.hydraJobs.installerScriptForGHA --no-out-link)
-installerHash=$(echo $script | cut -b12-43 -)
+installerHash=$(echo "$script" | cut -b12-43 -)
installerURL=https://$CACHIX_NAME.cachix.org/serve/$installerHash/install