Skip to content

Commit

Permalink
Addressed review
Browse files Browse the repository at this point in the history
  • Loading branch information
FastLee committed Oct 10, 2023
1 parent 05b67d7 commit a3130f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/framework/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def trigger(*argv):
if not md_file.exists():
with md_file.open(mode="a") as f:
f.write(f"# Logs for the {current_task.workflow} workflow\n")
f.write("This folders contains UCX log files.<br/>\n")
f.write("This folder contains UCX log files.<br/>\n")
f.write(f"[These logs belong to job #{job_id} run #{parent_run_id}](/#job/{job_id}/run/{parent_run_id})\n")

try:
Expand Down

0 comments on commit a3130f9

Please sign in to comment.