Skip to content

Commit 7d8cf99

Browse files
committed
Replace master with main branch reference
1 parent 31d7eae commit 7d8cf99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/user-guide/partials/proc_adding-projects-to-a-devfile.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ projects:
3030
remotes:
3131
origin: "https://github.com/spring-projects/spring-petclinic.git"
3232
checkoutFrom:
33-
revision: master
33+
revision: main
3434
----
3535
====
3636
+
@@ -72,7 +72,7 @@ projects:
7272
remotes:
7373
origin: "https://github.com/my-org/project1.git"
7474
checkoutFrom:
75-
revision: master <1>
75+
revision: main <1>
7676
----
7777
====
7878

0 commit comments

Comments
 (0)