diff --git a/hello-stratum.morph b/hello-stratum.morph index 3b7be17..febfa60 100644 --- a/hello-stratum.morph +++ b/hello-stratum.morph @@ -5,7 +5,7 @@ { "name": "hello", "repo": "test:hello", - "ref": "master", + "ref": "newbranch", "build-depends": [] } ] diff --git a/hello-system.morph b/hello-system.morph index f3f64b4..99516e3 100644 --- a/hello-system.morph +++ b/hello-system.morph @@ -8,7 +8,7 @@ { "morph": "hello-stratum", "repo": "test:morphs", - "ref": "master" + "ref": "newbranch" } ] }