summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn6
1 files changed, 4 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index eab162b3..705ff14f 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -637,8 +637,10 @@ Implementations for `morph certify`
Implementations for `morph list-artifacts`
------------------------------------------
- IMPLEMENTS WHEN the user lists the artifacts which make up the system (\S+) at ref (\S+) in repository (\S+)
- attempt_morph list-artifacts "$MATCH_3" "$MATCH_2" "$MATCH_1"
+ IMPLEMENTS WHEN the user lists the artifacts which make up the system (\S+) at ref (\S+)
+ cd "$DATADIR/definitions"
+ git checkout "$MATCH_2"
+ attempt_morph list-artifacts "$MATCH_1"
Implementation sections for building
====================================