diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-07-16 16:35:35 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-07-16 16:35:35 -0700 |
commit | 0401cf8b503def6a8fab5c6bbb97406fec330ce9 (patch) | |
tree | 9153d2ac413b2ac64ba59555f2d931e11ec89e99 /README.md | |
parent | 9ee7190283b9ee52bd9545177a314e1da057ca71 (diff) | |
download | mixlib-shellout-0401cf8b503def6a8fab5c6bbb97406fec330ce9.tar.gz |
Bump minor
We got it this time.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'README.md')
-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+ |