diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-02 20:09:23 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-02 20:09:23 -0600 |
commit | d8d99285c2e03b690d603b883e95ae2ce4ef929c (patch) | |
tree | 6f66fdb1261ccd20e21f5311964a65711722dc1c /bin/dnf-needs-restarting | |
parent | e512f4cdd8cc4761245c55983f0527bd93e6503c (diff) |
script linting
Diffstat (limited to 'bin/dnf-needs-restarting')
-rwxr-xr-x | bin/dnf-needs-restarting | 2 |
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" |