From bf9514fdb531034120ab3c3133928db9db024f0f Mon Sep 17 00:00:00 2001 From: Kane Rogers Date: Tue, 8 Jul 2014 11:03:24 +1000 Subject: Fix copypasta in README.md I think someone might have accidentally copypasta'd the text under Windows Impersonation Example. :P --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2704468..d470975 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Invoke crontab to edit user cron: crontab.run_command ## Windows Impersonation Example -Invoke crontab to edit user cron: +Invoke "whoami.exe" to demonstrate running a command as another user: whomai = Mixlib::ShellOut.new("whoami.exe", :user => "username", :domain => "DOMAIN", :password => "password") whoami.run_command -- cgit v1.2.1