Skip to content

Commit

Permalink
Update powershell.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Dec 31, 2024
1 parent 858e52c commit e3c3a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/tools/powershell.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run_cmdlet(
no_debug_log: bool = True,
) -> Any:
if output_json:
cmdlet = f"{cmdlet} | ConvertTo-Json"
cmdlet = f"{cmdlet} | ConvertTo-Json"
process = self.run_cmdlet_async(
cmdlet=cmdlet, force_run=force_run, sudo=sudo, no_debug_log=no_debug_log
)
Expand Down

0 comments on commit e3c3a68

Please sign in to comment.