[parser] Fixed typo
This commit is contained in:
parent
43e8a57498
commit
e2805cf381
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ case "${1}" in
|
|||
esac
|
||||
done
|
||||
|
||||
cmd_update "${GIT_DIR}" "${TATGET}" "${OLD_COMMIT}"
|
||||
cmd_update "${GIT_DIR}" "${TARGET}" "${OLD_COMMIT}"
|
||||
EXIT=$?
|
||||
[[ ${EXIT} -eq 0 ]] && echo "Update completed successfully"
|
||||
[[ ${EXIT} -eq 1 ]] && echo "Update completed with errors"
|
||||
|
|
Loading…
Reference in a new issue