summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-02-02 15:25:09 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-02-02 15:25:09 -0800
commit36c8f1c3d144a26f2f5f5f38a7ba59c10ef16a59 (patch)
treeac12b69af01a1d2a94416decb097b613b8ee3b10
parentc8a21148f1851b61b213d1f30c88acc7669df7c2 (diff)
parent6222d05754762bbf44f0adff0d40793835037d4a (diff)
downloadmixlib-shellout-36c8f1c3d144a26f2f5f5f38a7ba59c10ef16a59.tar.gz
Merge pull request #88 from docwhat/patch-1
README: typo in example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d470975..2cfe5b0 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Invoke crontab to edit user cron:
## Windows Impersonation Example
Invoke "whoami.exe" to demonstrate running a command as another user:
- whomai = Mixlib::ShellOut.new("whoami.exe", :user => "username", :domain => "DOMAIN", :password => "password")
+ whoami = Mixlib::ShellOut.new("whoami.exe", :user => "username", :domain => "DOMAIN", :password => "password")
whoami.run_command
## Platform Support