ソースを参照

Fix pod command

Samuel W. Flint 1 年間 前
コミット
35457283ca
1 ファイル変更1 行追加1 行削除
  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 |\