mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
gce: fix small typo on UploadImage
This commit is contained in:
parent
4d553a0b49
commit
0068cdc1a8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class CreateTarball(Task):
|
||||||
|
|
||||||
|
|
||||||
class UploadImage(Task):
|
class UploadImage(Task):
|
||||||
description = 'Uploading image to GSE'
|
description = 'Uploading image to GCE'
|
||||||
phase = phases.image_registration
|
phase = phases.image_registration
|
||||||
predecessors = [CreateTarball]
|
predecessors = [CreateTarball]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue