From 6222d05754762bbf44f0adff0d40793835037d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6ltje?= Date: Mon, 2 Feb 2015 17:05:38 -0500 Subject: README: typo in example Fixed a simple transposition of characters. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1