diff options
author | Lamont Granquist <lamont@chef.io> | 2020-07-16 12:04:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 12:04:31 -0700 |
commit | 4db2441a1ed084b3fd8a3b55091b1b53a4111383 (patch) | |
tree | 3fe2f899b5deabc5f1bd6f25828d464115d78e0d | |
parent | 366591b5ff32a2cd8a908ff1757ce11ddb11655c (diff) | |
parent | b55051b3a051776e5d206695c8d92b075d4784c5 (diff) | |
download | mixlib-shellout-4db2441a1ed084b3fd8a3b55091b1b53a4111383.tar.gz |
Merge pull request #207 from chef/lcg/bump-minor
Bumping minor version
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+ |