summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-17 12:57:32 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-17 12:57:32 -0700
commit5e690b12bb46c281081d6f59a799b4c86da0ace2 (patch)
tree2775dd4915268cceb528cb76a33006d421df5e07 /README.md
parent55e1abd07dfd05b8d26045046d3cf384bf7b9694 (diff)
downloadmixlib-shellout-5e690b12bb46c281081d6f59a799b4c86da0ace2.tar.gz
need a new build for expeditor
last build wasn't releasable Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9299557..a15682a 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ Invoke "whoami.exe" with elevated privileges:
**NOTE:** The user 'admin' must have the 'Log on as a batch job' permission and the user chef is running as must have the 'Replace a process level token' and 'Adjust Memory Quotas for a process' permissions.
## Platform Support
-Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Windows. There is not currently support for JRuby.
+Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Windows. There is not currently support for JRuby.
## See Also
- `Process.spawn` in Ruby 1.9+