diff options
-rwxr-xr-x | home/xyz/.local/bin/mpvy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mpvy b/home/xyz/.local/bin/mpvy index 42d6014f..e147a3c1 100755 --- a/home/xyz/.local/bin/mpvy +++ b/home/xyz/.local/bin/mpvy @@ -42,5 +42,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 |