mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1237740 - Fix build.sh error message typo. r=wcosta DONTBUILD
This commit is contained in:
parent
9d7e3adb95
commit
e1235413e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user