summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_backup.py
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2015-08-13 15:03:05 +0200
committerMartin Basti <mbasti@redhat.com>2015-08-17 18:46:30 +0200
commit83db1de0965ddbd919fc46da4ba069b73c964a1b (patch)
tree0fa4566f2b2ce5d0d09441e505dcf3a24e2c245c /ipaserver/install/ipa_backup.py
parent0f8ff007b4b0b4dfd22ede32f755621f7d325c82 (diff)
downloadfreeipa-83db1de0965ddbd919fc46da4ba069b73c964a1b.tar.gz
freeipa-83db1de0965ddbd919fc46da4ba069b73c964a1b.tar.xz
freeipa-83db1de0965ddbd919fc46da4ba069b73c964a1b.zip
fix typo in BasePathNamespace member pointing to ods exporter config
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/install/ipa_backup.py')
-rw-r--r--ipaserver/install/ipa_backup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 36f666044..2ee476d75 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -132,7 +132,7 @@ class Backup(admintool.AdminTool):
paths.SYSCONFIG_KRB5KDC_DIR,
paths.SYSCONFIG_PKI_CA_PKI_CA_DIR,
paths.SYSCONFIG_IPA_DNSKEYSYNCD,
- paths.SYSOCNFIG_IPA_ODS_EXPORTER,
+ paths.SYSCONFIG_IPA_ODS_EXPORTER,
paths.SYSCONFIG_NAMED,
paths.SYSCONFIG_ODS,
paths.ETC_SYSCONFIG_AUTHCONFIG,