This is an automated email from the ASF dual-hosted git repository.

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-proxy.git


The following commit(s) were added to refs/heads/main by this push:
     new 1cd3caf  Update command to run ruby example file in README (#51)
1cd3caf is described below

commit 1cd3caf23989e99ace0b93423d7ac73ba5652009
Author: Dom G <domgargu...@apache.org>
AuthorDate: Wed Jan 18 11:49:15 2023 -0500

    Update command to run ruby example file in README (#51)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bbd573d..9556748 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ vim Gemfile # Set correct path
 cp /path/to/accumulo-proxy/src/main/ruby/client.rb .
 gem install bundler
 bundle install
-bundle exec client.rb
+bundle exec ruby client.rb
 ```
 
 # Java clients to Proxy

Reply via email to