Merge "Fixed a small grammatical error"

This commit is contained in:
Jenkins 2014-06-25 04:18:07 +00:00 committed by Gerrit Code Review
commit 683dbbad92

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