From 390f95a11e02edd4ca839be501cd0c425f389c9c Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sun, 8 Jun 2014 13:26:20 +0530 Subject: [PATCH] Don't fetch from github before executing. --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1b3faa8..21cc387 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,5 @@ #!/bin/bash cd "$(dirname "$0")" -git pull origin master function doIt() { rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~ }