Skip to content

Commit 6d69b4b

Browse files
committed
fix(tests): test binaries installed in wrong directories
1 parent d6be99a commit 6d69b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bin/test-latest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ log_phase "Running test-latest on $DEIS_TEST_APP"
2727
log_phase "Installing clients"
2828

2929
# install deis CLI from http://deis.io/ website
30-
pushd $DEIS_ROOT/deisctl
30+
pushd $DEIS_ROOT/client
3131
curl -sSL http://deis.io/deis-cli/install.sh | sh
3232
popd
3333

3434
# install deisctl from http://deis.io/ website
3535
# installs latest unit files to $HOME/.deis/units
36-
pushd $DEIS_ROOT/client
36+
pushd $DEIS_ROOT/deisctl
3737
curl -sSL http://deis.io/deisctl/install.sh | sh
3838
popd
3939

0 commit comments

Comments
 (0)