[parser] Fixed typo

This commit is contained in:
ayakael 2018-04-15 23:05:39 -04:00
parent 43e8a57498
commit e2805cf381
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -93,7 +93,7 @@ case "${1}" in
esac esac
done done
cmd_update "${GIT_DIR}" "${TATGET}" "${OLD_COMMIT}" cmd_update "${GIT_DIR}" "${TARGET}" "${OLD_COMMIT}"
EXIT=$? EXIT=$?
[[ ${EXIT} -eq 0 ]] && echo "Update completed successfully" [[ ${EXIT} -eq 0 ]] && echo "Update completed successfully"
[[ ${EXIT} -eq 1 ]] && echo "Update completed with errors" [[ ${EXIT} -eq 1 ]] && echo "Update completed with errors"