diff --git a/tests/setup_gate.sh b/tests/setup_gate.sh index 2bd41e3969..82657f37db 100755 --- a/tests/setup_gate.sh +++ b/tests/setup_gate.sh @@ -13,7 +13,7 @@ function detect_disk { if [[ $(hostname | grep rax) ]]; then export DEV="xvde" else - echo "Assuming this is an hpcloud box" + echo "Assuming this is a hpcloud box" export DEV="vdb" fi }