Fix cluster deploy script to accept URLs of any format and characters
[releng/builder.git] / jjb / integration / include-raw-integration-deploy-controller.sh
index 7cbacc8151f756ae086cb9330ec8f3c67b83323c..cad6993c2ed1cb357e0b5414cf002c2ab17149dd 100644 (file)
@@ -17,7 +17,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution from ${ACTUALBUNDLEURL}"
-wget --no-verbose  ${ACTUALBUNDLEURL}
+wget --no-verbose  '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}