Skip to content

Commit

Permalink
fix: typo in jon status
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Nov 12, 2024
1 parent de275ff commit 8012996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycleops/setups.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def destroy(
job = job_client.retrieve(job["id"])

match job["status"]:
case "Destroyed":
case "Initialized":
display_success_message(
f"Setup {setup_identifier} has been destroyed successfully"
)
Expand Down

0 comments on commit 8012996

Please sign in to comment.