Skip to content
Snippets Groups Projects
Commit c0f02d3f authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

remove redundant word from logs

parent 3651dbee
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!1Resolve "First draft for user interface for top level install command"
......@@ -90,7 +90,7 @@ class builder:
f.write("-" * 50 + "\n")
cmd_line = " ".join(sys.argv)
f.write(
f"{datetime.datetime.now().isoformat()}, install-software-environment.py {cmd_line}\n"
f"{datetime.datetime.now().isoformat()}, {cmd_line}\n"
)
f.write(
f"Software environment installer branch: {self.script_branch} (commit hash: {self.script_commit_hash})\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment