From 3753b01fc280bfac24f047064b49bddca2f79320 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 19 Apr 2013 18:18:27 +0200 Subject: bootstrap.sh: Pull from the master branch explicitly --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index b5d0623..be53776 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/bash cd "$(dirname "${BASH_SOURCE}")" -git pull +git pull origin master function doIt() { rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~ } -- cgit v1.2.3