Update make_munki_mpkg_from_git.sh to pull from GitHub

This commit is contained in:
Greg Neagle
2014-10-17 08:13:12 -07:00
parent 8c780d10b1
commit 78d2dabf58
+1 -1
View File
@@ -85,7 +85,7 @@ fi
echo "Cloning munki repo branch $BRANCH from code.google.com..."
git clone --branch "$BRANCH" --no-checkout -- https://code.google.com/p/munki/ "$MUNKIDIR"
git clone --branch "$BRANCH" --no-checkout -- https://github.com/munki/munki.git"$MUNKIDIR"
CLONE_RESULT="$?"
if [ "$CLONE_RESULT" != "0" ]; then
echo "Error cloning munki repo: $CLONE_RESULT" 1>&2