Commit a039ead1 authored by Joe Beda's avatar Joe Beda

Merge pull request #3159 from justinsb/wget_no_dot

Remove erroneous . from wget commands
parents e1b9a953 e682997b
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
# master and run. # master and run.
echo "Downloading binary release tar ($SERVER_BINARY_TAR_URL)" echo "Downloading binary release tar ($SERVER_BINARY_TAR_URL)"
wget "$SERVER_BINARY_TAR_URL" . wget "$SERVER_BINARY_TAR_URL"
echo "Downloading binary release tar ($SALT_TAR_URL)" echo "Downloading binary release tar ($SALT_TAR_URL)"
wget "$SALT_TAR_URL" . wget "$SALT_TAR_URL"
echo "Unpacking Salt tree" echo "Unpacking Salt tree"
rm -rf kubernetes rm -rf kubernetes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment