Fix grammatical mistake, Changed character from "an" to "a"
Change-Id: I407793db93ce002cb88bb04193b46869e26d63bc
This commit is contained in:
parent
58daa10ae3
commit
ff721bb764
@ -13,7 +13,7 @@ function detect_disk {
|
|||||||
if [[ $(hostname | grep rax) ]]; then
|
if [[ $(hostname | grep rax) ]]; then
|
||||||
export DEV="xvde"
|
export DEV="xvde"
|
||||||
else
|
else
|
||||||
echo "Assuming this is an hpcloud box"
|
echo "Assuming this is a hpcloud box"
|
||||||
export DEV="vdb"
|
export DEV="vdb"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user