lib/cloudspin/stack/rake/stack_task.rb in cloudspin-stack-rake-0.1.21 vs lib/cloudspin/stack/rake/stack_task.rb in cloudspin-stack-rake-0.1.22
- old
+ new
@@ -16,17 +16,10 @@
)
@environment = environment
@base_folder = base_folder
set_configuration_files(configuration_files)
- # TODO: Pick this up from the configuration files?
- @definition_location = if definition_location
- definition_location
- else
- './src'
- end
-
- # @remote_zipfile = remote_zipfile
+ @definition_location = definition_location
define
end
def set_configuration_files(additional_configuration_files)
@configuration_files = (the_usual_configuration_files << additional_configuration_files).flatten.compact