summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-07-16 16:37:31 -0700
committerGitHub <noreply@github.com>2020-07-16 16:37:31 -0700
commit55e1abd07dfd05b8d26045046d3cf384bf7b9694 (patch)
treeb305005938aef2a317f64587cae18fa961bdfc2b
parent37659f804c51a5f4385bcbcb33d7e31b3b5508a2 (diff)
parent0401cf8b503def6a8fab5c6bbb97406fec330ce9 (diff)
downloadmixlib-shellout-55e1abd07dfd05b8d26045046d3cf384bf7b9694.tar.gz
Merge pull request #212 from chef/lcg/bump-minor
Bump minor
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a15682a..9299557 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+