Skip to content

Commit e37ff8c

Browse files
Minor copy change for clean-up
1 parent a9c9fa4 commit e37ff8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/python/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ def cleanup_infra_deployments(deployment: INFRASTRUCTURE, indexes: int | list[in
14611461
print_info(f'Cleaning up resources for {deployment.value} - {idx}', True)
14621462
rg_name = get_infra_rg_name(deployment, idx)
14631463
_cleanup_resources(deployment.value, rg_name)
1464-
print_ok('Cleanup completed!')
1464+
print_ok('All done!')
14651465
return
14661466

14671467
# For multiple indexes, run in parallel

0 commit comments

Comments
 (0)