diff --git a/getter.sh b/getter.sh index ed34ae8..140a1ec 100755 --- a/getter.sh +++ b/getter.sh @@ -18,7 +18,7 @@ do git clone "http://adamgoldsmith.name/cgit/dotfiles/$t.git" cd $t git remote set-url origin http://adamgoldsmith.name/cgit/dotfiles/$t.git - git remote set-url --push origin ssh://adamgoldsmith.name:443/srv/git/dotfiles/$t.git + git remote set-url --push origin ag:/srv/git/dotfiles/$t.git cd .. fi done