Mollify shellcheck
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2020-10-30 18:30:53 +02:00
parent 57e24eaf0a
commit 50651aeea1
1 changed files with 1 additions and 1 deletions

2
abra
View File

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