summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-26 12:50:24 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-26 12:50:24 +0400
commit69be65d504763b89b4d6c1a35352bbdbc0d9c24c (patch)
tree4ff06a8fb4f898c218ce7a216e7099f5803d2622 /scripts
parent7ab8790e050dd534f69ded67c4488fcf1fa5b328 (diff)
slight: small error output change
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/slight2
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