Skip to content

Commit

Permalink
Fix broken powershell detection
Browse files Browse the repository at this point in the history
  • Loading branch information
d-steinberg authored Jun 27, 2017
1 parent 7b67f7b commit cb73736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function detectWowCommand(data) {
'wow: command not found',
'command not found: wow',
'Unknown command \'wow\'',
'\'wow\' is not recognized.*'
'\'wow\' is not recognized*'
];
return new RegExp('(' + patterns.join(')|(') + ')').test(data)
}
Expand Down

0 comments on commit cb73736

Please sign in to comment.