Fix error code
This commit is contained in:
parent
dce46603bf
commit
cc060b8546
2
abra
2
abra
@ -296,7 +296,7 @@ load_custom_commands() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$ABRA_STACK_DIR/abra-commands.sh" ]; then
|
if [ -f "$ABRA_STACK_DIR/abra-commands.sh" ]; then
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1091
|
||||||
source "$ABRA_STACK_DIR/abra-commands.sh"
|
source "$ABRA_STACK_DIR/abra-commands.sh"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user