Fixed a small grammatical error

Change-Id: If1502e58e85a7f64638c2cd6d090f67dff496fe6
This commit is contained in:
Kashyap Kopparam 2014-06-16 05:42:44 +00:00
parent c9b682f1ef
commit 0d29f4eca4
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ resources:
elif [ "$(grep -i ubuntu /etc/lsb-release)" ];then
install_apt_packages
else
echo "The OS has detection failed."
echo "The OS detection has failed."
exit 1
fi