diff options
| -rwxr-xr-x | metadot | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ function metadot_merge {      (      cd $DOT && $GIT merge origin/master                 && \                 $GIT submodule sync          --recursive && \ -               $GIT submodule update --init --recursive +               $GIT submodule update --init --recursive #--recommend-shallow      )    fi  }  | 
