Fixes debug_configuration_variables task by using fetch to resolve the value instead of displaying the raw value from the hash. The previous approach had an issue where when you would override a variable from config/deploy.rb with an environment variable, the task would still display the value set in config/deploy.rb. This PR also introduces some minor aesthetic changes in the output.
Fixes
debug_configuration_variables
task by usingfetch
to resolve the value instead of displaying the raw value from the hash. The previous approach had an issue where when you would override a variable fromconfig/deploy.rb
with an environment variable, the task would still display the value set inconfig/deploy.rb
. This PR also introduces some minor aesthetic changes in the output.