Fixing spelling typo.
This commit is contained in:
parent
e7909fdb41
commit
22d9ff8d13
|
@ -1109,7 +1109,7 @@ Check_defaults ()
|
||||||
exit 1
|
exit 1
|
||||||
elif [ ${CURRENT_CONFIG_VERSION} -eq 1 ]
|
elif [ ${CURRENT_CONFIG_VERSION} -eq 1 ]
|
||||||
then
|
then
|
||||||
Echo_error "This config tree is too old for this version of live-heloer (${VERSION})."
|
Echo_error "This config tree is too old for this version of live-helper (${VERSION})."
|
||||||
Echo_error "Aborting build, please repopulate the config tree."
|
Echo_error "Aborting build, please repopulate the config tree."
|
||||||
exit 1
|
exit 1
|
||||||
elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ]
|
elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ]
|
||||||
|
|
Loading…
Reference in New Issue