From d8d99285c2e03b690d603b883e95ae2ce4ef929c Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 2 Feb 2023 20:09:23 -0600 Subject: script linting --- bin/dnf-needs-restarting | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/dnf-needs-restarting b/bin/dnf-needs-restarting index 53932b1..60f7f7c 100755 --- a/bin/dnf-needs-restarting +++ b/bin/dnf-needs-restarting @@ -21,4 +21,6 @@ else icon="" fi +# this is a literal expression for `jq` +# shellcheck disable=SC2016 $JQCMD --unbuffered -n -c '{tooltip: $ARGS.positional[0], text: $ARGS.positional[1]}' --args "$output" "$icon" -- cgit v1.2.3