diff options
-rwxr-xr-x | inception | 4 | ||||
m--------- | metadot | 0 |
2 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 ) } diff --git a/metadot b/metadot -Subproject b21f57a3214055c88dafc1fd9332d75bf82519b +Subproject 43ef7027c755ce37c49660906ee8f4ac81eada4 |