This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7a41ebdb Copy-paste error
7a41ebdb is described below
commit 7a41ebdb8190aa7f1cf94a458d1bdb14aeda4be7
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 14 22:45:03 2026 +0100
Copy-paste error
---
tools/pubsub.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pubsub.rb b/tools/pubsub.rb
index f840b586..6cc09d41 100644
--- a/tools/pubsub.rb
+++ b/tools/pubsub.rb
@@ -64,7 +64,7 @@ optionparser = OptionParser.new do |opts|
end
opts.on '-r', '--remote', 'Git Clone URL' do |url|
- options.streamURL = url
+ options.remote = url
end
opts.on '-c', '--clone', 'Git Clone Directory' do |path|