Skip to content

Commit

Permalink
fix: output format
Browse files Browse the repository at this point in the history
  • Loading branch information
nikshithkolan committed Aug 25, 2023
1 parent 4d88962 commit 753cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbine_environment_validator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def main():

os_details = {
"info": f"{os_info} {os_architecture}",
"version": {os_ver},
"version": f"{os_ver}",
"message": os_recommendation,
"result": log_format('Passed', True) if os_support else log_format('Failed', False)
}
Expand Down

0 comments on commit 753cfb3

Please sign in to comment.