We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c78854f + 6d69b4b commit 6e91f50Copy full SHA for 6e91f50
1 file changed
tests/bin/test-latest.sh
@@ -27,13 +27,13 @@ log_phase "Running test-latest on $DEIS_TEST_APP"
27
log_phase "Installing clients"
28
29
# install deis CLI from http://deis.io/ website
30
-pushd $DEIS_ROOT/deisctl
+pushd $DEIS_ROOT/client
31
curl -sSL http://deis.io/deis-cli/install.sh | sh
32
popd
33
34
# install deisctl from http://deis.io/ website
35
# installs latest unit files to $HOME/.deis/units
36
-pushd $DEIS_ROOT/client
+pushd $DEIS_ROOT/deisctl
37
curl -sSL http://deis.io/deisctl/install.sh | sh
38
39
0 commit comments