aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-21 23:01:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-21 23:01:19 +1200
commitc0831dad2679775edbeec962c96239c61e98ed9d (patch)
tree015aca5343735d2424b14c6d748d9e158494bb8a /install
parentMove fillchars definition (diff)
downloaddotfiles-c0831dad2679775edbeec962c96239c61e98ed9d.tar.gz
dotfiles-c0831dad2679775edbeec962c96239c61e98ed9d.zip
Drop whitespace before closing paren
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index ba90f193..53e8ced6 100755
--- a/install
+++ b/install
@@ -10,7 +10,7 @@ set -o nounset
dotfiles=$HOME/.dotfiles
# Check out submodules
-(cd $dotfiles && git submodule update --init )
+(cd $dotfiles && git submodule update --init)
# Create a binaries directory
mkdir -p $HOME/.local/bin