aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/apis/pubsub_demo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/bin/apis/pubsub_demo.rb')
-rwxr-xr-xsrc/ruby/bin/apis/pubsub_demo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/bin/apis/pubsub_demo.rb b/src/ruby/bin/apis/pubsub_demo.rb
index 6f155650ed..c565771d45 100755
--- a/src/ruby/bin/apis/pubsub_demo.rb
+++ b/src/ruby/bin/apis/pubsub_demo.rb
@@ -193,7 +193,7 @@ end
Args = Struct.new(:host, :port, :action, :project_id, :topic_name,
:sub_name)
-# validates the the command line options, returning them as an Arg.
+# validates the command line options, returning them as an Arg.
def parse_args
args = Args.new('pubsub-staging.googleapis.com',
443, 'list_some_topics', 'stoked-keyword-656')