summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d97cd7d..b5b7223 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,4 @@ play: ## play the playlist without downloading
copy: ## make copy dest="/mnt/tmp/music"
copy: ## to copy music to dest
- rsync -vrltD ./music ${dest}
+ rsync -vrltD ./music/ ${dest}