diff --git a/app.rb b/app.rb index 85afb58f94..ccc930c343 100644 --- a/app.rb +++ b/app.rb @@ -3,7 +3,7 @@ set :bind, '0.0.0.0' set :port,8080 get '/' do - "Hello World5!\n"+ + "Hello World!\n"+ # ENV values are generated during template processing # and then passed to the container when openshift launches it. "User is #{ENV['ADMIN_USERNAME']}\n"+