Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print correct values in debug_configuration_variables task #706

Merged
merged 2 commits into from
Jan 8, 2022

Conversation

lovro-bikic
Copy link
Member

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.

@lovro-bikic lovro-bikic added the bug label Jan 8, 2022
@lovro-bikic lovro-bikic added this to the 1.3.0 milestone Jan 8, 2022
@lovro-bikic lovro-bikic merged commit a23c123 into master Jan 8, 2022
@lovro-bikic lovro-bikic deleted the fix/debug-configuration-variables branch January 8, 2022 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant