diff options
Diffstat (limited to 'scripts/slight')
-rwxr-xr-x | scripts/slight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight index 1f37975..118ade0 100755 --- a/scripts/slight +++ b/scripts/slight @@ -27,7 +27,7 @@ run() { } if ! command -v brightnessctl > /dev/null 2>&1; then - err "brightnessctl must be installed" + err "${0}: brightnessctl must be installed" fi if [ $# != 1 ] && [ $# != 2 ]; then |