summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhome/xyz/.local/bin/mpvy2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mpvy b/home/xyz/.local/bin/mpvy
index 97f92ffd..1cf17a78 100755
--- a/home/xyz/.local/bin/mpvy
+++ b/home/xyz/.local/bin/mpvy
@@ -40,5 +40,5 @@ case $flag in
esac
# not sure if this is the best practice, but it seems working ;)
status=$?
-[ $status -ne 0 ] && notify-send 'mpvsel failed'
+[ $status -ne 0 ] && notify-send 'mpvy failed'
exit $status