From e3697820b74fcc21f24891a1bda78a17d40776d6 Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Tue, 29 Oct 2024 18:32:42 -0700 Subject: [PATCH] Clone main for now while we sort out showroom variable --- content/modules/ROOT/pages/02-gitops-basics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/modules/ROOT/pages/02-gitops-basics.adoc b/content/modules/ROOT/pages/02-gitops-basics.adoc index e236cd5..4914bb5 100644 --- a/content/modules/ROOT/pages/02-gitops-basics.adoc +++ b/content/modules/ROOT/pages/02-gitops-basics.adoc @@ -75,7 +75,7 @@ make very small changes to some of the files for the examples: [.console-input] [source,bash,subs="attributes+,+macros"] ---- -git clone -b {gitops_revision} --single-branch https://github.com/OpenShiftDemos/openshift-gitops-workshop ~/openshift-gitops-workshop +git clone https://github.com/OpenShiftDemos/openshift-gitops-workshop ~/openshift-gitops-workshop ---- All of the example content will be located in: