Skip to content

Commit

Permalink
fix: typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 3, 2024
1 parent 1c4916b commit e6c46ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _pull_docker_image():
def main_init_task(task, repo, pr_number):
logging.basicConfig(level=logging.INFO)

action_desc = f"task `{tasl}` for conda-forge/{repo}#{pr_number}"
action_desc = f"task `{task}` for conda-forge/{repo}#{pr_number}"
print(
f"::notice title=conda-forge-webservices job information::{action_desc}",
flush=True,
Expand Down

0 comments on commit e6c46ab

Please sign in to comment.