lib/ufo/core.rb in ufo-4.5.5 vs lib/ufo/core.rb in ufo-4.5.6

- old
+ new

@@ -34,10 +34,10 @@ return if env_extra&.empty? env_extra end memoize :env_extra - # Overrides AWS_PROFILE based on the Ufo.env if set in configs/settings.yml + # Overrides AWS_PROFILE based on the Ufo.env if set in .ufo/settings.yml # 2-way binding. def set_aws_profile! return if ENV['TEST'] return unless File.exist?("#{Ufo.root}/.ufo/settings.yml") # for rake docs return unless settings # Only load if within Ufo project and there's a settings.yml