We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af9d28 commit 731f842Copy full SHA for 731f842
1 file changed
install-v2.sh
@@ -35,7 +35,7 @@ EOF
35
PLATFORM="$(uname | tr '[:upper:]' '[:lower:]')"
36
ARCH="$(uname -m)"
37
# https://storage.googleapis.com/hephy-workflow-cli-release/v2.18.0/deis-v2.18.0-darwin-386
38
-DEIS_BIN_URL_BASE="https://storage.googleapis.com/hephy-workflow-cli-release""
+DEIS_BIN_URL_BASE="https://storage.googleapis.com/hephy-workflow-cli-release"
39
40
if [ "${ARCH}" = "x86_64" ]; then
41
ARCH="amd64"
@@ -50,7 +50,7 @@ if [ "${VERSION}" != 'stable' ]; then
50
fi
51
52
echo "Downloading ${DEIS_CLI} From Google Cloud Storage..."
53
-echo "Downloading binary from here: ${DEIS_BIN_URL_BASE}/${DEIS_CLI_PATH}
+echo "Downloading binary from here: ${DEIS_BIN_URL_BASE}/${DEIS_CLI_PATH}"
54
curl -fsSL -o deis "${DEIS_BIN_URL_BASE}/${DEIS_CLI_PATH}"
55
56
chmod +x deis
0 commit comments