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 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.