We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e136cf0 commit 7c3e4b9Copy full SHA for 7c3e4b9
docs/windows.md
@@ -65,7 +65,7 @@ Then run the test as:
65
66
* Don't use waitpid/waitpid2 if you need the child process' exit code,
67
as the child process may exit before it has a chance to open the
68
- child's HANDLE and retrieve its exit code. Use Puppet::Util.execute.
+ child's HANDLE and retrieve its exit code. Use Puppet::Util::Execution.execute.
69
70
* Don't assume 'C' drive. Use environment variables to look these up:
71
0 commit comments