shellcheck fix for scroll_volume

This commit is contained in:
James Andariese 2024-03-30 16:04:44 -05:00
parent aaa4cd251d
commit 35cbcaadbc

View File

@ -5,5 +5,5 @@ if [ "$1" = up ];then
elif [ "$1" = down ];then elif [ "$1" = down ];then
pamixer -d 5 pamixer -d 5
else else
pamixer --set-volume $1 pamixer --set-volume "$1"
fi fi