diff options
Diffstat (limited to 'inception')
-rwxr-xr-x | inception | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,8 +136,8 @@ function inception_fetch { # Merge function inception_merge { ( - cd $DIRNAME && $GIT merge origin/master && \\ - $GIT submodule sync --recursive && \\ + cd $DIRNAME && $GIT merge origin/master && \ + $GIT submodule sync --recursive && \ $GIT submodule update --init --recursive ) } |