Fix total stage count

This commit is contained in:
Joshua Boniface 2023-11-16 18:41:43 -05:00
parent 7223073afc
commit 4d23d0419c
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ def create_vm(
celery, vm_name, vm_profile, define_vm=True, start_vm=True, script_run_args=[]
):
current_stage = 0
total_stages = 10
total_stages = 11
start(
celery,
f"Provisioning new VM '{vm_name}' with profile '{vm_profile}'",