summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-25 13:55:01 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-25 21:02:34 +0000
commitb72cc9a9ea7537125bcd813473ee52dc39712719 (patch)
tree060cc8fd5ec3fc6bf99e3c95447b9da2bd3238ad /yarns/implementations.yarn
parentbfecb5c86bb6e80e8cd89b2ab87952024bd801f9 (diff)
downloadmorph-b72cc9a9ea7537125bcd813473ee52dc39712719.tar.gz
Fixes needed
Change-Id: Ie527ff7228987afbfcce3c105d6d9192a366e65d
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 8ed5a5e9..d100febb 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -46,7 +46,7 @@ we'll create a repository to hold system and stratum morphologies, and
another to hold a chunk.
IMPLEMENTS GIVEN a chunk with recursive sources with non-empty paths
- cd "$DATADIR/gits/morphs"
+ cd "$DATADIR/gits/definitions"
echo "version: 8" > VERSION
cat << EOF >> strata/core.morph
- name: invalid-chunk
@@ -93,7 +93,7 @@ another to hold a chunk.
git add .
git commit -m "Add submodule"
- cd "$DATADIR/gits/morphs"
+ cd "$DATADIR/gits/definitions"
echo "version: 8" > VERSION
cat << EOF >> strata/core.morph
- name: chunk-with-submodules