summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-07-16 15:14:17 -0700
committerGitHub <noreply@github.com>2020-07-16 15:14:17 -0700
commitc62d17eceedfd5792f50b147dc562365e1b94028 (patch)
tree2e9845b60ba49cb4967f918edbdd69a5b145422e
parent591bc724e160afe7d08bbfa0d19375d4873141bb (diff)
parent9ee7190283b9ee52bd9545177a314e1da057ca71 (diff)
downloadmixlib-shellout-c62d17eceedfd5792f50b147dc562365e1b94028.tar.gz
Merge pull request #211 from chef/lcg/bump-minor
Bumping minor for release again, again.
-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+