[parser] Fixed typo in cmd_include call

This commit is contained in:
ayakael 2018-04-08 13:03:22 -04:00
parent 9ab2fec0f1
commit a5b5b27426
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -52,7 +52,7 @@ case "${1}" in
include)
shift
cmd_include$ "${GIT_DIR}" ${@}
cmd_include "${GIT_DIR}" ${@}
EXIT=$?
[[ ${EXIT} -eq 3 ]] && echo "Database file non-existent"
[[ ${EXIT} -eq 2 ]] && echo "Git directory not a valid git repository"