aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-12-28 13:19:35 +0100
committerMathias Bynens <mathias@qiwi.be>2011-12-28 13:19:35 +0100
commit6b75bfc425a1db36f83bb7a180fb73694ac3e124 (patch)
treed4b9c413ee1926173c72b2acab5fc2ca59365412 /bootstrap.sh
parentfad95362fbcb3b12e6e8862892c7f2323f6d340c (diff)
downloaddotfiles-6b75bfc425a1db36f83bb7a180fb73694ac3e124.tar.gz
dotfiles-6b75bfc425a1db36f83bb7a180fb73694ac3e124.tar.bz2
dotfiles-6b75bfc425a1db36f83bb7a180fb73694ac3e124.zip
Use tabs instead of double-space indents
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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