aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 5136a821..b6f20c6b 100755
--- a/install
+++ b/install
@@ -10,7 +10,7 @@ set -o nounset
dotfiles=$HOME/.dotfiles
# Check out submodules
-(cd $dotfiles && git submodule --quiet update --init )
+(cd $dotfiles && git submodule update --init )
# Link in essentials
ln -insv $dotfiles/bash/bashrc $HOME/.bashrc