diff options
Diffstat (limited to 'home/update.sh')
| -rwxr-xr-x | home/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/update.sh b/home/update.sh index a51490f..a484fcc 100755 --- a/home/update.sh +++ b/home/update.sh @@ -6,6 +6,6 @@ set -x $HOME/list.sh \ | while read -r repo ; do cd "$repo" - git repack + git update-server-info cd - done |
