summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-06-06 16:00:18 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-06-06 16:00:18 +0200
commit74924ec7fdf2a0a1a6b5ca363741961ee45885aa (patch)
treebfd5b67cce15fa966b21731f1a511c5ea9ffcab5 /plugins
parent00086b6421cbf4e6405703a56980a5461846042b (diff)
downloadfirstaidkit-74924ec7fdf2a0a1a6b5ca363741961ee45885aa.tar.gz
firstaidkit-74924ec7fdf2a0a1a6b5ca363741961ee45885aa.tar.xz
firstaidkit-74924ec7fdf2a0a1a6b5ca363741961ee45885aa.zip
Fix Typo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_mdadmconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_mdadmconf.py b/plugins/plugin_mdadmconf.py
index 93f1201..d450123 100644
--- a/plugins/plugin_mdadmconf.py
+++ b/plugins/plugin_mdadmconf.py
@@ -126,7 +126,7 @@ class MdadmConfig(Plugin):
# The original mdadm.conf will be restore to mdadm.conf.firstaidkit, just in case.
self._reporting.info("Will put the old mdadm.conf in %s."%os.path.join(Config.system.root,"etc/mdamd.conf.firstaidkit"),
level = PLUGIN, origin = self)
- self.backupSpace.restoreName(self.configFile, path = self.configFile+".firstaidkit"))
+ self.backupSpace.restoreName(self.configFile, path = self.configFile+".firstaidkit")
self.result = ReturnSuccess
except IOError:
fd.close()