summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-07-16 14:38:50 -0700
committerGitHub <noreply@github.com>2020-07-16 14:38:50 -0700
commitbbfa02f33aa4f34e7c1070035de58dcc1d15723b (patch)
tree7b6cbec0853d52fcf5aedb5109161e58f1bc1552
parente13d599fbc7486e8a1c6c757c575f3a9a28ae600 (diff)
parentb70eb9764c797c5d2e595d60d6395185d765002f (diff)
downloadmixlib-shellout-bbfa02f33aa4f34e7c1070035de58dcc1d15723b.tar.gz
Merge pull request #210 from chef/lcg/bump-minor
Bump minor for release
-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+