Bug 1237740 - Fix build.sh error message typo. r=wcosta DONTBUILD

This commit is contained in:
Ralph Giles 2016-01-07 12:41:00 -08:00
parent 6d9ec49d05
commit 1d819221b9

View File

@ -52,7 +52,7 @@ build() {
# it is not suitable for deploying. Default to using 'latest' as the tag and
# warn the user at the end.
if [ ! -f $folder_ver ]; then
echo "This image does not container a VERSION file. Will use 'latest' as the image version"
echo "This image does not contain a VERSION file. Will use 'latest' as the image version"
local tag="$image_name:latest"
else
local version=$(cat $folder_ver)