diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-06-25 17:23:38 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-06-25 17:23:38 -0700 |
commit | 2941e7e783a5a27af21d88fc072c16d8b0cdf95f (patch) | |
tree | 27f38830ef4cb01c51461828ff0e368ba1925a45 /lib/mixlib/shellout/unix.rb | |
parent | 51bb7e6f62b5378fb9dd69b0db4d87500437c7f7 (diff) | |
download | mixlib-shellout-lcg/remove-hashrockets.tar.gz |
remove hashrocket syntaxlcg/remove-hashrockets
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/mixlib/shellout/unix.rb')
-rw-r--r-- | lib/mixlib/shellout/unix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/unix.rb b/lib/mixlib/shellout/unix.rb index 881d54a..321d2fd 100644 --- a/lib/mixlib/shellout/unix.rb +++ b/lib/mixlib/shellout/unix.rb @@ -337,7 +337,7 @@ module Mixlib set_cwd begin - command.kind_of?(Array) ? exec(*command, :close_others => true) : exec(command, :close_others => true) + command.kind_of?(Array) ? exec(*command, close_others: true) : exec(command, close_others: true) raise "forty-two" # Should never get here rescue Exception => e |