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

Reflect global context object when creating config #547

Merged
merged 2 commits into from
May 3, 2023

Conversation

eddelbuettel
Copy link
Contributor

Fixed #546

For both consolidation and vacuum, a temporary config was created to set start and end timestamps. That temporary config was a the default which then skips all possible configuration already set in the global context object.

The simple fix to create the config object off the ctx, either a givem one or the usual global one.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #28496: Correct default configs in consolidate and vacuum calls.

@eddelbuettel eddelbuettel merged commit ec1d0d4 into master May 3, 2023
@eddelbuettel eddelbuettel deleted the de/sc-28496/cfg_consolidate_vacuum branch May 11, 2023 20:48
@eddelbuettel eddelbuettel mentioned this pull request Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User defined context is ignored
2 participants