summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-07-17 12:58:31 -0700
committerGitHub <noreply@github.com>2020-07-17 12:58:31 -0700
commit630c800ef8d781ddfc311d3e41fc73bfb7d643ce (patch)
treed9dfd79bbcfdb5832b6fd051352aca368076e6d4
parent97d415d5ee8413d4ef02c473fc7234d4fbe75ce5 (diff)
parent5e690b12bb46c281081d6f59a799b4c86da0ace2 (diff)
downloadmixlib-shellout-630c800ef8d781ddfc311d3e41fc73bfb7d643ce.tar.gz
Merge pull request #214 from chef/lcg/new-build
need a new build for expeditor
-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+