commit: b9dc8458eaba1a97380f6a59795afd267739f04c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 22:38:45 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 22:38:45 2018 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=b9dc8458
grs/Kernel.py: fix typo
grs/Kernel.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: