Skip to content

Commit

Permalink
Merge pull request #178 from martinisoft/martinisoft/fix_readme
Browse files Browse the repository at this point in the history
Misnamed parameter in README
  • Loading branch information
tas50 authored Apr 19, 2019
2 parents a74ad86 + 6dde0b1 commit 505bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In addition to the command to run there are other options that can be set to cha
Run a command as the `www` user with no extra ENV settings from `/tmp` with a 1s timeout

```ruby
cmd = Mixlib::ShellOut.new("apachectl", "start", :user => 'www', :env => nil, :cwd => '/tmp', :timeout => 1)
cmd = Mixlib::ShellOut.new("apachectl", "start", :user => 'www', :environment => nil, :cwd => '/tmp', :timeout => 1)
cmd.run_command # etc.
```

Expand Down

0 comments on commit 505bd0d

Please sign in to comment.