From 35cbcaadbc9d2ecd813592b2e3f23710ddbe6282 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sat, 30 Mar 2024 16:04:44 -0500 Subject: [PATCH] shellcheck fix for scroll_volume --- scripts/scroll_volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scroll_volume b/scripts/scroll_volume index 85e2c30..07312fc 100755 --- a/scripts/scroll_volume +++ b/scripts/scroll_volume @@ -5,5 +5,5 @@ if [ "$1" = up ];then elif [ "$1" = down ];then pamixer -d 5 else - pamixer --set-volume $1 + pamixer --set-volume "$1" fi