Parcourir la source

Fix pod command

Samuel W. Flint il y a 1 an
Parent
commit
35457283ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pod

+ 1 - 1
pod

@@ -141,7 +141,7 @@ case "$CMD" in
         cd $POD_BASE_DIR
         cut -f2 ${POD_SUB_DIR}/podcasts-list.txt |\
             xargs git annex importfeed \
-                  --template="${POD_SUB_DIR}/\${feedtitle}/\${itempubdate}-\${itemtitle}\$extension"
+                  --template="${POD_SUB_DIR}/\${feedtitle}/\${itempubdate}-\${itemtitle}\${extension}"
         git annex add ${POD_SUB_DIR}
         git commit -m "Caught podcasts"
         git annex find --include='Podcasts/*' --and --not --metadata tag=listened |\