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 detection of vagrant-winrm plugin. #309

Merged
merged 1 commit into from
Jul 24, 2017

Conversation

silverl
Copy link
Contributor

@silverl silverl commented May 26, 2017

Due to some Windows shell vagaries, exact line regex matching on vagrant-winrm plugin is failing. Loosening up the regex just a little bit allows it to succeed. There's a very low probability of matching the wrong vagrant plugin, but it is possible I suppose.
Certain Windows shells are colorizing the output of the command vagrant plugin list, which is causing the match failure. Wild theory, could be a change due to Windows Anniversary Update, as they've been making fundamental changes to the command shells.

Due to some Windows shell vagaries, exact line regex matching on vagrant-winrm plugin is failing. Loosening up the regex just a little bit allows it to succeed. There's a very low probability of matching the wrong vagrant plugin, but it is possible I suppose.
Certain Windows shells are colorizing the output of the command `vagrant plugin list`, which is causing the match failure. Wild theory, could be a change due to Windows Anniversary Update, as they've been making fundamental changes to the command shells.
@cheeseplus
Copy link
Contributor

This looks good and safe enough for merge.

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.

2 participants