diff options
-rwxr-xr-x | lib/intentions-queue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intentions-queue b/lib/intentions-queue index 6744ca0..5d9e977 100755 --- a/lib/intentions-queue +++ b/lib/intentions-queue @@ -2,7 +2,7 @@ # contains functions related to the intentions-queue -# shellcheck disable=SC2039,SC2119,SC2120 +# shellcheck disable=SC2039 if [ -z "${base_dir}" ]; then # just to make shellcheck happy |