From 64fbf59724bcb7a2bc5db9fbbb32646e01138c61 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 14 Aug 2014 18:34:24 +0100 Subject: yarns: Use run_morph for pushing branches We're using the wrong morph if we don't use run_morph --- yarns/implementations.yarn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index d2e72ccf..477849eb 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -383,7 +383,8 @@ Attempt to branch a system branch from a root that had no systems. Pushing all changes in a system branch checkout to the git server. IMPLEMENTS WHEN the user pushes the system branch called (\S+) to the git server - run_in "$DATADIR/workspace/$MATCH_1/" morph foreach -- sh -c 'git push -u origin HEAD 2>&1' + cd "$DATADIR/workspace/$MATCH_1/" + run_morph foreach -- sh -c 'git push -u origin HEAD 2>&1' Report workspace path. -- cgit v1.2.1