summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
blob: 260ac9a665b81bb0803a0fa5cc3f7758af05decb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/hello-stratum.morph b/hello-stratum.morph
index 006a96c..68fcbff 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -5,7 +5,7 @@
         {
             "name": "hello",
             "repo": "baserock:hello",
-            "ref": "master",
+            "ref": "newbranch",
             "build-depends": []
         }
     ]
diff --git a/hello-system.morph b/hello-system.morph
index 1a33ed6..9cca1bf 100644
--- a/hello-system.morph
+++ b/hello-system.morph
@@ -8,7 +8,7 @@
         {
             "morph": "hello-stratum",
             "repo": "baserock:morphs",
-            "ref": "master"
+            "ref": "newbranch"
         }
     ]
 }