瀏覽代碼

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 |\