We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ef28e commit 96eb7fdCopy full SHA for 96eb7fd
lib/common.sh
@@ -559,7 +559,7 @@ function install_shfmt() {
559
arch="arm"
560
fi
561
logmust sudo wget -nv -O /usr/local/bin/shfmt \
562
- https://github.com/mvdan/sh/releases/download/v2.4.0/shfmt_v2.4.0_linux_$arch
+ "https://github.com/mvdan/sh/releases/download/v2.4.0/shfmt_v2.4.0_linux_$arch"
563
logmust sudo chmod +x /usr/local/bin/shfmt
564
565
echo "shfmt version $(shfmt -version) is installed."
0 commit comments