lib/populate_env/heroku/compilation.rb in populate-env-0.1.0 vs lib/populate_env/heroku/compilation.rb in populate-env-0.1.1
- old
+ new
@@ -20,10 +20,10 @@
end
def sections
attribute_definitions.map do |definition|
attribute = AttributeCompilation.new(definition, options, remote_config).perform
- Formatters::EnvShellSection.new(attribute) if attribute
+ Formatters::EnvShellSection.new(attribute, export: options.export) if attribute
end
end
def content
sections.compact.join("\n")