commit 8491f9bc599c222fa4575ea3a945565a6d986b69
parent 9f941fa61456688fb4d75d244155b9bbce1d879e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 14 Oct 2019 07:37:27 +0200
Fix metadata conditional
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/youtube-dl-music b/.local/bin/youtube-dl-music
@@ -74,7 +74,7 @@ else
read -p "move to music folder ($musicroot)? [Y/n] " -n 1 -r
echo
- if [[ $REPLY =~ ^[Nn]$ ]];
+ if [[ $REPLY =~ ^[Nn]$ ]]; then
echo "leaving mp3's in $oldpwd"
mv ./*.mp3 "$oldpwd/"
cd -