Skip to content
Snippets Groups Projects
Commit 5acb8869 authored by sguazt's avatar sguazt
Browse files

GCP: fixed a typo.

parent 6aa5cb5e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class GCPInstance(Instance):
"STAGING": InstanceStatus.PENDING,
"RUNNING": InstanceStatus.RUNNING,
"STOPPING": InstanceStatus.STOPPING,
"REPAIRING": InstanceStatus.UNKNOWN
"REPAIRING": InstanceStatus.UNKNOWN,
"TERMINATED": InstanceStatus.STOPPED,
"SUSPENDING": InstanceStatus.PENDING,
"SUSPENDED": InstanceStatus.SUSPENDED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment