Skip to content

Commit 629a536

Browse files
committed
fixed version param in README
1 parent 20f59f4 commit 629a536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://hub.docker.com/r/openshiftdemos/gogs/tags/
1111
$ oc process \
1212
-f http://bit.ly/openshift-gogs-persistent-template \
1313
--param=HOSTNAME=your-gogs-hostname \
14-
--param=VERSION=0.11.4 \
14+
--param=GOGS_VERSION=0.11.4 \
1515
| oc create -f -
1616
```
1717

@@ -21,6 +21,6 @@ $ oc process \
2121
$ oc process \
2222
-f http://bit.ly/openshift-gogs-template \
2323
--param=HOSTNAME=your-gogs-hostname \
24-
--param=VERSION=0.11.4 \
24+
--param=GOGS_VERSION=0.11.4 \
2525
| oc create -f -
2626
```

0 commit comments

Comments
 (0)