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 git restore scriptblock used by expandParamValues #743

Merged
merged 1 commit into from
Mar 14, 2020

Conversation

rkeithhill
Copy link
Collaborator

@rkeithhill rkeithhill commented Mar 14, 2020

We don't need to filter the values returned by the scriptblock.
That is why we provide the filter to the scriptblock. We could also
enforce a sort but then that takes away the scriptblock ability to sort
how it likes.

Follow-up to #702

We don't need to filter the values returned by the scriptblock.
That is why we provide the filter to the scriptblock. We could also
enforce a sort but then takes away the scriptblock ability to sort how
it likes.
@rkeithhill rkeithhill requested a review from dahlbyk March 14, 2020 03:02
@dahlbyk dahlbyk merged commit f69efd9 into master Mar 14, 2020
@dahlbyk dahlbyk deleted the rkeithhill/fix-expandparamvalues-scriptblock-invoke branch March 14, 2020 03:32
@dahlbyk dahlbyk added this to the v1.0 milestone Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants