From dc15c2f785eebd891ceaf3094c65cf8896de9493 Mon Sep 17 00:00:00 2001 From: "Wonko T. Sane" <42@wonko.de> Date: Mon, 14 Mar 2016 17:51:16 +0100 Subject: [PATCH] added change of remote url if already checked out --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 51e1d2d..73aa702 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,6 +31,7 @@ fi cd /etc/puppet +git remote set-url origin ${GITPROJ}.git git pull git submodule init git submodule update -- 2.11.0