mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-06 03:25:17 +00:00
Correct syntax issue in el7 image2disk
This commit is contained in:
@@ -60,7 +60,7 @@ class PartedRunner():
|
||||
def __init__(self, disk):
|
||||
self.disk = disk
|
||||
|
||||
def run(self, command, check=True)::
|
||||
def run(self, command, check=True):
|
||||
command = command.split()
|
||||
command = ['parted', '-a', 'optimal', '-s', self.disk] + command
|
||||
if check:
|
||||
|
Reference in New Issue
Block a user