summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-23 10:44:41 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-25 17:01:40 +0000
commitd71d4824ef57a97266eebc11320cfb38295f484a (patch)
tree2665a131bcc670ca0a08fa86bca150628f15a04f /yarns/implementations.yarn
parentfcb02bf722b53eb9985f1efe04291894a9e42fcd (diff)
downloadmorph-d71d4824ef57a97266eebc11320cfb38295f484a.tar.gz
Rename an IMPLEMENTS that mentions system branch
Change-Id: I185377090ba837805b492f8dd1b31360843e9548
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 2c23c34f..e18f02eb 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -856,7 +856,7 @@ Altering morphologies in their source repositories
### Altering clusters ###
- IMPLEMENTS GIVEN a cluster called (\S+) in system branch (\S+)
+ IMPLEMENTS GIVEN a cluster called (\S+) in branch (\S+)
cluster="$MATCH_1"
branch="$MATCH_2"
run_in "$DATADIR/gits/morphs" git checkout "$branch"