Corrections for shellcheck warnings
This commit is contained in:
parent
0a38220497
commit
e060f86b9a
3 changed files with 8 additions and 10 deletions
|
@ -19,7 +19,7 @@ fi
|
|||
# Checking if PRERELEASE is either unset, 'true' or 'false'
|
||||
###
|
||||
if [ -n "${PRERELEASE}" ] &&
|
||||
{ [ "${PRERELEASE}" != "true" ] && [ "${PRERELEAS}E" != "false" ]; }; then
|
||||
{ [ "${PRERELEASE}" != "true" ] && [ "${PRERELEASE}" != "false" ]; }; then
|
||||
|
||||
if [ -z "${DEBUG}" ]; then
|
||||
echo "⚠️ PRERELEASE must be either unset, 'true' or 'false', but was '${PRERELEASE}'!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue