diff --git a/bootstrapvz/providers/gce/tasks/image.py b/bootstrapvz/providers/gce/tasks/image.py index e2f07ca..8dc18fd 100644 --- a/bootstrapvz/providers/gce/tasks/image.py +++ b/bootstrapvz/providers/gce/tasks/image.py @@ -35,7 +35,7 @@ class CreateTarball(Task): class UploadImage(Task): - description = 'Uploading image to GCE' + description = 'Uploading image to GCS' phase = phases.image_registration predecessors = [CreateTarball]