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(powershell): set-c8ymode was calling non existent source function #411

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

reubenmiller
Copy link
Owner

In powershell, calling the set-c8ymode function would result in an error due to the usage of the non-existent source function.

The usage of source has been replaced with | Out-String | Invoke-Expression

@reubenmiller reubenmiller merged commit aa45b6a into v2 Oct 23, 2024
4 checks passed
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.

1 participant