summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-16 15:12:13 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-16 15:12:13 -0700
commit9ee7190283b9ee52bd9545177a314e1da057ca71 (patch)
treef2a6830fad56600901d25bf439d851ba75d4cbb2
parentb70eb9764c797c5d2e595d60d6395185d765002f (diff)
downloadmixlib-shellout-9ee7190283b9ee52bd9545177a314e1da057ca71.tar.gz
Bumping minor for release again, again.
Third time is the charm. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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+