From b477acbbda4c8c0ea7c5dd1c282dad4e45cfdddf Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 29 Apr 2015 00:20:57 +0000 Subject: yarns: Fix typo in system branch creation yarn Change-Id: I1df58c33987597d4aa5a8eb241b4de4ac72fe250 --- yarns/implementations.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') 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. -- cgit v1.2.1