lib/invoker/cli.rb in invoker-1.5.5 vs lib/invoker/cli.rb in invoker-1.5.6
- old
+ new
@@ -132,14 +132,16 @@
def self.valid_tasks
tasks.keys + ["help"]
end
+ # TODO(kgrz): the default TLD option is duplicated in both this file and
+ # lib/invoker.rb May be assign this to a constant?
def get_tld(options)
if options[:tld] && !options[:tld].empty?
options[:tld]
else
- 'dev'
+ 'test'
end
end
def unix_socket
Invoker::IPC::UnixClient.new