aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinception2
1 files changed, 1 insertions, 1 deletions
diff --git a/inception b/inception
index 7b844e1..394f29e 100755
--- a/inception
+++ b/inception
@@ -15,7 +15,7 @@ elif [ "$1" == "init" ]; then
cd $DIRNAME
echo "Initializing submodules..."
- git submodule update --init
+ git submodule update --init --recursive
if [ ! -e "$HOME/.dotfiles" ]; then
echo "Cloning default dotfiles..."