Skip to content

Commit f6f11b0

Browse files
committed
fix(tests): correct typo in cli installer versioning
1 parent 2176c1b commit f6f11b0

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
@@ -24,13 +24,13 @@ log_phase "Installing clients"
2424

2525
# install deis CLI from http://deis.io/ website
2626
pushd $DEIS_ROOT/deisctl
27-
curl -sSL http://deis.io/deis-cli/install.sh | sh -s v0.13.0-dev
27+
curl -sSL http://deis.io/deis-cli/install.sh | sh -s 0.13.0-dev
2828
popd
2929

3030
# install deisctl from http://deis.io/ website
3131
# installs latest unit files to $HOME/.deis/units
3232
pushd $DEIS_ROOT/client
33-
curl -sSL http://deis.io/deisctl/install.sh | sh -s v0.13.0-dev
33+
curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.13.0-dev
3434
popd
3535

3636
# ensure we use distributed unit files

0 commit comments

Comments
 (0)