Skip to content

Commit 96eb7fd

Browse files
authored
TOOL-27165 linux-pkg failing shellcheck (#329)
PR URL: https://www.github.com/delphix/linux-pkg/pull/329
1 parent 92ef28e commit 96eb7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ function install_shfmt() {
559559
arch="arm"
560560
fi
561561
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
562+
"https://github.com/mvdan/sh/releases/download/v2.4.0/shfmt_v2.4.0_linux_$arch"
563563
logmust sudo chmod +x /usr/local/bin/shfmt
564564
fi
565565
echo "shfmt version $(shfmt -version) is installed."

0 commit comments

Comments
 (0)