From 6b75bfc425a1db36f83bb7a180fb73694ac3e124 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 28 Dec 2011 13:19:35 +0100 Subject: Use tabs instead of double-space indents --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 719568a..d8d8e67 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,6 +4,6 @@ git pull read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1 echo if [[ $REPLY =~ ^[Yy]$ ]]; then - rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~ + rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~ fi source "$HOME/.bash_profile" \ No newline at end of file -- cgit v1.2.3