Change push url for getter.sh

This commit is contained in:
Adam Goldsmith 2016-04-14 22:02:41 -04:00
parent f17f0e88df
commit a4afa4c89e
1 changed files with 1 additions and 1 deletions

View File

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