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

Fix output verbosity for changes to be reverted #785

Closed
wants to merge 1 commit into from

Conversation

ewie
Copy link
Contributor

@ewie ewie commented Sep 2, 2023

Commit 06daffc changed the output of deploy and revert to also print the changes to be deployed or reverted. Changes to be deployed are printed for verbosity > 1. But changes to be reverted are printed for verbosity > 0. Fix that and require verbosity > 1 in both cases.

Fixes #784.

Commit 06daffc changed the output of deploy and revert to also print
the changes to be deployed or reverted.  Changes to be deployed are
printed for verbosity > 1.  But changes to be reverted are printed for
verbosity > 0.  Fix that and require verbosity > 1 in both cases.
@theory theory self-assigned this Sep 2, 2023
@theory theory added the bug label Sep 2, 2023
@theory
Copy link
Collaborator

theory commented Sep 2, 2023

Thank you! Merged in 7d56f10.

@theory theory closed this Sep 2, 2023
@ewie ewie deleted the fix-revert-verbosity branch September 5, 2023 18:09
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.

Changes to be reverted are printed with core.verbosity = 1
2 participants