-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use path to locate powershell.exe & remove deps on Windows cookbook
The only reason we use to have a dependency on Windows cookbook was the locate_sysnative_cmd helper. However this helper is not a "which" or "where", it just check whether the given path exist under the "native" system path. In our case, powershell.exe is not located there, but deeper in the directory structure, so "powershell.exe" was returned. So we don't need this helper and the Windows cookbook :)
- Loading branch information
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters