summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2015-02-02 17:05:38 -0500
committerChristian Höltje <docwhat@gerf.org>2015-02-02 17:05:38 -0500
commit6222d05754762bbf44f0adff0d40793835037d4a (patch)
treeac12b69af01a1d2a94416decb097b613b8ee3b10 /README.md
parentc8a21148f1851b61b213d1f30c88acc7669df7c2 (diff)
downloadmixlib-shellout-6222d05754762bbf44f0adff0d40793835037d4a.tar.gz
README: typo in example
Fixed a simple transposition of characters.
Diffstat (limited to 'README.md')
-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