Skip to content

Commit 7c3e4b9

Browse files
author
Kylo Ginsberg
committed
(maint) Update reference to mention correct 'execute' method
1 parent e136cf0 commit 7c3e4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Then run the test as:
6565

6666
* Don't use waitpid/waitpid2 if you need the child process' exit code,
6767
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.
68+
child's HANDLE and retrieve its exit code. Use Puppet::Util::Execution.execute.
6969

7070
* Don't assume 'C' drive. Use environment variables to look these up:
7171

0 commit comments

Comments
 (0)