aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-29 12:31:38 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-29 12:31:38 +0300
commit751e2db9e5c3cc46bc581b51d327b4d5ab14452a (patch)
treefa78bf34a4fbc5758dc6aabb94454f89fe1c4b9d /bootstrap.sh
parent14973a58f5d9d97f41664a06a866b75a51b3e84f (diff)
downloaddotfiles-751e2db9e5c3cc46bc581b51d327b4d5ab14452a.tar.gz
dotfiles-751e2db9e5c3cc46bc581b51d327b4d5ab14452a.tar.bz2
dotfiles-751e2db9e5c3cc46bc581b51d327b4d5ab14452a.zip
Typo.
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 a359fa6..719568a 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-cd "$(dirname "$0")";
+cd "$(dirname "$0")"
git pull
read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1
echo