summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/implementations.yarn')
-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.