Skip to content

Commit

Permalink
Fixing a typo winrm-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Dec 5, 2018
1 parent 8d7a2be commit 9e1f340
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 @@ -122,7 +122,7 @@
sys.stderr = realstderr

if tsk.e_std:
sys.stderr.write("Execution finished with the folling error:\n %s" % tsk.e_std)
sys.stderr.write("Execution finished with the following error:\n %s" % tsk.e_std)
sys.exit(1)
else:
sys.exit(tsk.stat)

0 comments on commit 9e1f340

Please sign in to comment.