Skip to content

Commit 1cb152a

Browse files
author
hastmu
committed
fixed quoting of branch var
1 parent bc5211c commit 1cb152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo "- download latest to: ${TARGET}"
4646

4747

4848
echo "- BRANCH [${BRANCH:=main}]"
49-
if ! wget -q -O "${TARGET}" https://raw.githubusercontent.com/hastmu/apt-proxy-detect/${BRANCH}/apt-proxy-detect.sh
49+
if ! wget -q -O "${TARGET}" "https://raw.githubusercontent.com/hastmu/apt-proxy-detect/${BRANCH}/apt-proxy-detect.sh"
5050
then
5151
echo "- download failed."
5252
[ -x "${TARGET}" ] && rm -f "${TARGET}"

0 commit comments

Comments
 (0)