diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-20 14:14:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-20 14:14:46 -0300 |
commit | 917241e5e5df48c3c668e85afd1976235f703f72 (patch) | |
tree | f011a9ef5068d6b4a54c4239dbde13f43a7374e4 /inception | |
parent | 83963a3b52484d59f144e0c930c2f13af8eaae36 (diff) | |
download | apps-917241e5e5df48c3c668e85afd1976235f703f72.tar.gz apps-917241e5e5df48c3c668e85afd1976235f703f72.tar.bz2 |
Oops
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 ) } |