From 3b280190c14c6b1c72382d079ed0a082913c59d0 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Tue, 26 Aug 2014 00:31:06 +0200 Subject: fixed typo --- clerk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clerk') diff --git a/clerk b/clerk index 48f5fb9..05a1af1 100644 --- a/clerk +++ b/clerk @@ -708,7 +708,7 @@ rateAlbum () { echo "artist="$(mpc current --format %artist%)"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings" echo "album="$(mpc current --format %album%)"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings" echo "date="$(mpc current --format %date%)"" >> "$(mpc current -f $albumartist--%date%--%album%).ratings" - echo "directory="$(dirname "$(mpc current --format %file%)")"" >> "$(mpc current -f %$mpdartist%--%date%--%album%).ratings" + echo "directory="$(dirname "$(mpc current --format %file%)")"" >> "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings" fi if grep "album_rating=" "$(mpc current -f %artist%--%date%--%album%).ratings" > /dev/null; then sed -i "/album_rating/d" "$(mpc current -f %$mpd_artist%--%date%--%album%).ratings" -- cgit v1.2.3-24-g4f1b