Skip to content

Commit 51b9e4d

Browse files
committed
Quote the url
1 parent 6170ce6 commit 51b9e4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release/src/main/python-release/python_release_automation_utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ function download_files() {
9797
exit 1
9898
fi
9999

100-
wget -e robots=off -r -l2 --no-parent -nd -A "$BEAM_PYTHON_SDK_WHL*" $RC_STAGING_URL
100+
wget -e robots=off -r -l2 --no-parent -nd -A "$BEAM_PYTHON_SDK_WHL*" "$RC_STAGING_URL"
101101
else
102102
BEAM_PYTHON_SDK_ZIP="apache_beam-$VERSION.tar.gz"
103-
wget -e robots=off -r -l2 --no-parent -nd -A "$BEAM_PYTHON_SDK_ZIP*" $RC_STAGING_URL
103+
wget -e robots=off -r -l2 --no-parent -nd -A "$BEAM_PYTHON_SDK_ZIP*" "$RC_STAGING_URL"
104104
fi
105105
}
106106

0 commit comments

Comments
 (0)