summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-29 00:20:57 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-29 11:32:51 +0000
commitb477acbbda4c8c0ea7c5dd1c282dad4e45cfdddf (patch)
treefa7aba84210e3bd7a0d9a5aa4d25d8d8f3df4bed
parentf4ec3d2b80ee3379041e92c350b1b2c7327ff050 (diff)
downloadmorph-b477acbbda4c8c0ea7c5dd1c282dad4e45cfdddf.tar.gz
yarns: Fix typo in system branch creation yarn
Change-Id: I1df58c33987597d4aa5a8eb241b4de4ac72fe250
-rw-r--r--yarns/implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 686835f6..2fe59037 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -499,7 +499,7 @@ We can create a new branch, off master.
IMPLEMENTS WHEN the user (attempts to create|creates) a system branch called (\S+)
cd "$DATADIR/workspace"
set branch test:morphs "$MATCH_2"
- if [ $MATCH_1 == "creates"]; then run morph "$@"
+ if [ $MATCH_1 == "creates" ]; then run_morph "$@"
else attempt_morph "$@"; fi
We can create a new branch, off another system branch.