lib/bukkit.rb in bukkit-0.1.1 vs lib/bukkit.rb in bukkit-0.1.2

- old
+ new

@@ -24,11 +24,11 @@ when "start" Bukkit::start when "install" Bukkit::install when "website" - Bukkit::website + Bukkit::website(ARGV[1].downcase) when "update" Bukkit::update else if opt1.nil? puts "You didn't enter a command.\n" @@ -36,6 +36,6 @@ else puts "'#{opt1}' is not a command." puts "Run 'bukkit --help' for a list of commands." end end -end \ No newline at end of file +end