Fix error code

This commit is contained in:
Luke Murphy 2020-10-26 18:02:24 +01:00
parent dce46603bf
commit cc060b8546
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -296,7 +296,7 @@ load_custom_commands() {
fi
if [ -f "$ABRA_STACK_DIR/abra-commands.sh" ]; then
# shellcheck disable=SC1090
# shellcheck disable=SC1091
source "$ABRA_STACK_DIR/abra-commands.sh"
fi
}