Merge "Fix grammatical mistake, Changed character from "an" to "a""

This commit is contained in:
Jenkins 2016-01-05 11:47:36 +00:00 committed by Gerrit Code Review
commit cda9b80014

View File

@ -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
}