fix typo
This commit is contained in:
parent
9949d6056b
commit
f5c6d1c9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# If docker manages versioning exit
|
# If docker manages versioning exit
|
||||||
if [ "${VERSION}" ] && [ "${VERSION}" == 'docker' ]; then
|
if [ "${VERSION}" ] && [ "${VERSION}" == 'docker' ]; then
|
||||||
echo "Docker is used for verisoning skip update check"
|
echo "Docker is used for versioning skip update check"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue