Skip to content

Commit

Permalink
Fixed a few errors based on the feedback from @rabbah
Browse files Browse the repository at this point in the history
  • Loading branch information
remore committed Jul 23, 2018
1 parent aa4ebe8 commit 73c0cb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->

# Apache OpenWhisk runtimes for Ruby
[![Build Status](https://travis-ci.org/remore/openwhisk-runtime-ruby.svg?branch=master)](https://travis-ci.org/remore/openwhisk-runtime-ruby)
[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-runtime-ruby.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-runtime-ruby)

### Give it a try today
To use as a docker action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ class Ruby25ActionContainerTests extends BasicActionRunnerTests with WskActorSys
override val testLargeInput = {
TestConfig("""
|def main(args)
| puts 'hello stdout'
| warn 'hello stderr'
| args
|end
""".stripMargin)
Expand Down

0 comments on commit 73c0cb7

Please sign in to comment.