lib/octopus.rb in ar-octopus-0.0.28 vs lib/octopus.rb in ar-octopus-0.0.29

- old
+ new

@@ -25,10 +25,10 @@ @directory ||= defined?(Rails) ? Rails.root.to_s : Dir.pwd end # This is the default way to do Octopus Setup # Available variables: - # :enviroments => the enviroments that octopus will run. default: :production + # :enviroments => the enviroments that octopus will run. default: 'production' def self.setup yield self end def self.enviroments=(enviroments)