Skip to content

Commit cc28f59

Browse files
committed
Put git_revision tag back in
1 parent e369782 commit cc28f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/modules/ROOT/pages/02-gitops-basics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ make very small changes to some of the files for the examples:
7575
[.console-input]
7676
[source,bash,subs="attributes+,+macros"]
7777
----
78-
git clone https://github.com/OpenShiftDemos/openshift-gitops-workshop ~/openshift-gitops-workshop
78+
git clone -b {gitops_revision} --single-branch https://github.com/OpenShiftDemos/openshift-gitops-workshop ~/openshift-gitops-workshop
7979
----
8080
8181
All of the example content will be located in:

0 commit comments

Comments
 (0)