We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2176c1b commit f6f11b0Copy full SHA for f6f11b0
1 file changed
tests/bin/test-latest.sh
@@ -24,13 +24,13 @@ log_phase "Installing clients"
24
25
# install deis CLI from http://deis.io/ website
26
pushd $DEIS_ROOT/deisctl
27
-curl -sSL http://deis.io/deis-cli/install.sh | sh -s v0.13.0-dev
+curl -sSL http://deis.io/deis-cli/install.sh | sh -s 0.13.0-dev
28
popd
29
30
# install deisctl from http://deis.io/ website
31
# installs latest unit files to $HOME/.deis/units
32
pushd $DEIS_ROOT/client
33
-curl -sSL http://deis.io/deisctl/install.sh | sh -s v0.13.0-dev
+curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.13.0-dev
34
35
36
# ensure we use distributed unit files
0 commit comments