Use correct indexes

This commit is contained in:
rallytime 2015-09-03 13:43:52 -06:00
parent c3483002b0
commit 8bb7cb7ff4

View file

@ -831,7 +831,7 @@ def validate_windows_cred(host,
password,
host
)
logging_cmd = "winexe -U '{0}%XXX-REDACTED-XXX' //{2} \"hostname\"".format(
logging_cmd = "winexe -U '{0}%XXX-REDACTED-XXX' //{1} \"hostname\"".format(
username,
host
)
@ -988,7 +988,7 @@ def deploy_windows(host,
password,
host
)
logging_creds = "-U '{0}%XXX-REDACTED-XXX' //{2}".format(
logging_creds = "-U '{0}%XXX-REDACTED-XXX' //{1}".format(
username,
host
)