Removed comment
This commit is contained in:
parent
742f245889
commit
447ae7de5a
|
@ -36,12 +36,6 @@ unless (["push", "generate"].include?(options[:command]) && options[:directory]
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
# The options hash now contains the resolved defaults
|
|
||||||
# and the overrides from the command line.
|
|
||||||
|
|
||||||
# Call your class and send it the options here
|
|
||||||
# cr = CouchRest::FileManager.new(options[:database_name])
|
|
||||||
|
|
||||||
case options[:command]
|
case options[:command]
|
||||||
when "push"
|
when "push"
|
||||||
CouchRest::Commands::Push.run(options)
|
CouchRest::Commands::Push.run(options)
|
||||||
|
|
Loading…
Reference in a new issue