From 917241e5e5df48c3c668e85afd1976235f703f72 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Aug 2017 14:14:46 -0300 Subject: Oops --- inception | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inception') diff --git a/inception b/inception index 2c0d2ff..1ae9172 100755 --- a/inception +++ b/inception @@ -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 ) } -- cgit v1.2.3