diff --git a/bootstrapvz/providers/gce/tasks/initd.py b/bootstrapvz/providers/gce/tasks/initd.py index 903b623..af7c9e8 100644 --- a/bootstrapvz/providers/gce/tasks/initd.py +++ b/bootstrapvz/providers/gce/tasks/initd.py @@ -28,7 +28,7 @@ class AddGrowRootDisable(Task): class AdjustExpandRootDev(Task): description = 'Adjusting the expand-root device' - phase = phases.system_modificatio + phase = phases.system_modification predecessors = [initd.AddExpandRoot, initd.AdjustExpandRootScript] @classmethod