summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-08-14 18:34:24 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-28 13:48:16 +0100
commit64fbf59724bcb7a2bc5db9fbbb32646e01138c61 (patch)
tree16bb57a56d0ddd7a37754f5cb5b70e41c907270b
parent0843cc67883678c20d1f0c4323b2d91d013b6cfb (diff)
downloadmorph-64fbf59724bcb7a2bc5db9fbbb32646e01138c61.tar.gz
yarns: Use run_morph for pushing branches
We're using the wrong morph if we don't use run_morph
-rw-r--r--yarns/implementations.yarn3
1 files changed, 2 insertions, 1 deletions
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.