aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grs/Kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grs/Kernel.py b/grs/Kernel.py
index 2bc3e72..6b15a46 100644
--- a/grs/Kernel.py
+++ b/grs/Kernel.py
@@ -132,7 +132,7 @@ class Kernel():
if os.path.isfile(self.busybox_config):
cmd += '--busybox-config=%s ' % self.busybox_config
if os.path.isfile(self.genkernel_config):
- cmd += '--config=%s ' % self.genkernel_config):
+ cmd += '--config=%s ' % self.genkernel_config
if has_modules:
cmd += 'all'
else: