Skip to content

Commit

Permalink
correct proxy argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jsboak committed Dec 6, 2023
1 parent 9b0f72f commit 0cd4e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/winrm-exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def filter(self, record):
arguments["read_timeout_sec"] = readtimeout

if(winrmproxy):
arguments["winrm_proxy"] = winrmproxy
arguments["proxy"] = winrmproxy

if(operationtimeout):
arguments["operation_timeout_sec"] = operationtimeout
Expand Down

0 comments on commit 0cd4e46

Please sign in to comment.