Skip to content

Commit

Permalink
fix: spelling mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Dec 5, 2024
1 parent c03c092 commit e85dfd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cleanup/cleaner-vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
controller = ResourceControllerV2(authenticator=authenticator)
controller.set_service_url(resource_controller_url)

print("[VPCs] - [STARTED CLEANING]")
print("[VPCs] - [STARTED Reporting]")

print("Found the following cos instances in the resource group:")
print("Found the following VPC instances in the resource group:")
for resource in vpcs:
if vpc['resource_group']['id'] == resource_group_id:
print(resource["created_at"] + " " + resource["name"] + " " + resource["crn"])
Expand All @@ -90,4 +90,4 @@
if vpc['resource_group']['id'] == resource_group_id:
print(resource["created_at"] + " " + resource["name"] + " " + resource["crn"])

print("[VPCs] - [FINISHED CLEANING]")
print("[VPCs] - [FINISHED Reporting]")

0 comments on commit e85dfd0

Please sign in to comment.