Skip to content

Commit

Permalink
Fix location of ruby s2i image in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
agajdosi committed Dec 11, 2018
1 parent 887f01c commit b7e9e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These steps assume your OpenShift deployment has the default set of ImageStreams
1. Fork a copy of [ruby-ex](https://github.com/sclorg/ruby-ex)
2. Add a Ruby application from your new repository:

$ oc new-app openshift/ruby-24-centos7~https://github.com/< yourusername >/ruby-ex
$ oc new-app openshift/ruby:25~https://github.com/< yourusername >/ruby-ex

3. A build should start immediately. To run another build, run:

Expand Down

0 comments on commit b7e9e26

Please sign in to comment.