lib/stackfu.rb in stackfu-0.1.2.1 vs lib/stackfu.rb in stackfu-0.1.2.2

- old
+ new

@@ -49,11 +49,11 @@ require "#{dir}/commands/deploy_command" require "#{dir}/commands/dump_command" module StackFu VERSION = '0.1.1' - # API = "http://beta.stackfu.com" - API = "http://localhost:3000" + API = "http://beta.stackfu.com" + # API = "http://localhost:3000" CONFIG_FILE = "#{ENV['HOME']}/.stackfu" include StackFu::OperatingSystems module Commands::Exceptions