aboutsummaryrefslogtreecommitdiff
path: root/bin/dnf-needs-restarting
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-02 20:09:23 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-02 20:09:23 -0600
commitd8d99285c2e03b690d603b883e95ae2ce4ef929c (patch)
tree6f66fdb1261ccd20e21f5311964a65711722dc1c /bin/dnf-needs-restarting
parente512f4cdd8cc4761245c55983f0527bd93e6503c (diff)
script linting
Diffstat (limited to 'bin/dnf-needs-restarting')
-rwxr-xr-xbin/dnf-needs-restarting2
1 files changed, 2 insertions, 0 deletions
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"