Adjust starting text

This commit is contained in:
Joshua Boniface 2023-11-16 18:06:31 -05:00
parent dd6a38d5ea
commit fca02238d7
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ def create_vm(
total_stages = 10 total_stages = 10
start( start(
celery, celery,
f"Starting provisioning of VM '{vm_name}' with profile '{vm_profile}'", f"Provisioning new VM '{vm_name}' with profile '{vm_profile}'",
current=current_stage, current=current_stage,
total=total_stages, total=total_stages,
) )