aboutsummaryrefslogtreecommitdiff
path: root/metadot
diff options
context:
space:
mode:
Diffstat (limited to 'metadot')
-rwxr-xr-xmetadot4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadot b/metadot
index 3c4f111..bc929f3 100755
--- a/metadot
+++ b/metadot
@@ -160,8 +160,8 @@ function metadot_fetch {
function metadot_merge {
if [ -d "$DOT/.git" ]; then
(
- cd $DOT && $GIT merge origin/master && \\
- $GIT submodule sync --recursive && \\
+ cd $DOT && $GIT merge origin/master && \
+ $GIT submodule sync --recursive && \
$GIT submodule update --init --recursive
)
fi