From ecefb2d1936221ccf21cbad6db2fe73cd229f4f5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 28 Aug 2012 15:31:29 +0100 Subject: Strata contain "chunks", not "sources" Rename "sources" field of stratum morphologies to "chunks". --- tests/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/setup') diff --git a/tests/setup b/tests/setup index 8d3ab5b5..19c400fa 100755 --- a/tests/setup +++ b/tests/setup @@ -90,7 +90,7 @@ cat < hello-stratum.morph { "name": "hello-stratum", "kind": "stratum", - "sources": [ + "chunks": [ { "name": "hello", "repo": "test:chunk-repo", -- cgit v1.2.1