aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_ruby
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-02-02 14:10:42 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-02-02 14:10:42 -0800
commit975a07b9494f3ea48ab0474f8554947018ca32f3 (patch)
tree8928490cbe969f5d76528f4472d4b7fe51d24e35 /tools/dockerfile/grpc_ruby
parent1fb40badf1d72d286456b6196de20e7bf8646987 (diff)
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
Diffstat (limited to 'tools/dockerfile/grpc_ruby')
-rw-r--r--tools/dockerfile/grpc_ruby/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_ruby/README.md b/tools/dockerfile/grpc_ruby/README.md
index 51fb2f5970..eaa8382f1c 100644
--- a/tools/dockerfile/grpc_ruby/README.md
+++ b/tools/dockerfile/grpc_ruby/README.md
@@ -5,6 +5,6 @@ Dockerfile for creating the Ruby development instances
As of 2014/10 this
- is based on the GRPC Ruby base
-- adds a pull of the HEAD gRPC Ruby source from git-on-borg
+- adds a pull of the HEAD gRPC Ruby source from GitHub
- it builds it
- runs the tests, i.e, the image won't be created if the tests don't pass