Skip to content

Commit 8c7f958

Browse files
committed
2 parents 3ad49b7 + 9f0c0d9 commit 8c7f958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsmancmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main():
8585
else:
8686
std_out, std_err, exit_code = run_wsman_cmd(url, username, password,
8787
cmd)
88-
sys.stderr.write(std_out)
88+
sys.stdout.write(std_out)
8989
sys.stderr.write(std_err)
9090

9191
sys.exit(exit_code)

0 commit comments

Comments
 (0)