]> git.phdru.name Git - git-scripts.git/blobdiff - set-commit-date-not-packed
Fix: `ls-not-packed` -> `ls-not-packed-repos`
[git-scripts.git] / set-commit-date-not-packed
index e1c6928183d8d6a812ca440c8a9b7267fc0096c9..eafa3487e2207b756bcd1a0d1d232f57efb04afa 100755 (executable)
@@ -3,7 +3,7 @@
 # Call set-commit-date-recursive on all not-packed repositories
 
 cd "`dirname \"$0\"`" && prog_dir="`pwd`" &&
-for d in `"$prog_dir"/ls-not-packed`
+for d in `"$prog_dir"/ls-not-packed-repos`
 do
    cd "$d"; test -d .git || continue &&
    echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive || exit 1