From d485ef681aee58edc09ea713b397448d4cb458c4 Mon Sep 17 00:00:00 2001 From: Zach Marano Date: Thu, 3 Mar 2016 14:29:42 -0800 Subject: [PATCH] Fix typo --- bootstrapvz/providers/gce/tasks/initd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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