bin/fez in fezzik-0.7.0 vs bin/fez in fezzik-0.7.1
- old
+ new
@@ -52,9 +52,10 @@
def run_fezzik_tasks
ENV["fezzik_destination"] = ARGV[0]
Fezzik.init
Rake.application.init
Rake.application.load_rakefile
+ set :domain, ENV["domain"].split(",") if ENV["domain"]
begin
host_list = Array(domain).join("\n ")
puts "Targeting hosts:"
puts " #{host_list}"
rescue Rake::ConfigurationError => e