summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-08-08 12:56:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-08-08 13:37:45 +0000
commit6cfc967b82b371f655151f9081cfde81c1f4f150 (patch)
tree58857be7e2e42324a25eb7e1ba223124fcc06f1e /yarns
parent27a0d807da50f4db27e87728e1599333a314b619 (diff)
downloadmorph-6cfc967b82b371f655151f9081cfde81c1f4f150.tar.gz
yarns: allow attempt checkout to sometimes work
Checkout needs the branch repository and ref. It was previously only getting the ref. This was not noticed, since the implementation was only used in cases where it was expected to fail, and the nature of the error was not being checked.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 6c0ef6e2..dc5f1f54 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -124,7 +124,7 @@ Attempt to check out a system branch, and remember if it failed.
IMPLEMENTS WHEN morph attempts to check out system branch (\S+)
cd "$DATADIR/workspace"
- attempt_morph checkout "$MATCH_1"
+ attempt_morph checkout test:morphs "$MATCH_1"
We also need to verify that a system branch has been checked out.