mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix typo
This commit is contained in:
parent
b590a02a8c
commit
d485ef681a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class AddGrowRootDisable(Task):
|
||||||
|
|
||||||
class AdjustExpandRootDev(Task):
|
class AdjustExpandRootDev(Task):
|
||||||
description = 'Adjusting the expand-root device'
|
description = 'Adjusting the expand-root device'
|
||||||
phase = phases.system_modificatio
|
phase = phases.system_modification
|
||||||
predecessors = [initd.AddExpandRoot, initd.AdjustExpandRootScript]
|
predecessors = [initd.AddExpandRoot, initd.AdjustExpandRootScript]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Reference in a new issue