Apply some shellcheck suggestions

This commit is contained in:
Sandro Jäckel
2021-11-19 15:18:10 +01:00
parent 9cd8cffefc
commit eff48e84d9
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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