diff --git a/update b/update index 33a26e97d..02a56c4c2 100755 --- a/update +++ b/update @@ -11,4 +11,4 @@ if git diff --exit-code "repos/$repo" > /dev/null; then exit 0 fi -git commit -m "Updated $repo" -- "$repo" +git commit -m "Updated $repo" -- "repos/$repo"