063c337
From 2da52e59bce49c88ad9b4fb1ab9528c4148bc97b Mon Sep 17 00:00:00 2001
063c337
From: Matej Habrnal <mhabrnal@redhat.com>
063c337
Date: Mon, 14 Mar 2016 16:56:27 +0100
063c337
Subject: [PATCH] reporter-mantisbt: add missing '=' to conf file
063c337
063c337
Missing '=' caused augeas error
063c337
063c337
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
063c337
---
063c337
 src/plugins/report_CentOSBugTracker.conf | 2 +-
063c337
 1 file changed, 1 insertion(+), 1 deletion(-)
063c337
063c337
diff --git a/src/plugins/report_CentOSBugTracker.conf b/src/plugins/report_CentOSBugTracker.conf
063c337
index 04cab13..1fab672 100644
063c337
--- a/src/plugins/report_CentOSBugTracker.conf
063c337
+++ b/src/plugins/report_CentOSBugTracker.conf
063c337
@@ -1,4 +1,4 @@
063c337
 Mantisbt_MantisbtURL = https://bugs.centos.org
063c337
 Mantisbt_Login =
063c337
-Mantisbt_Password
063c337
+Mantisbt_Password =
063c337
 Mantisbt_SSLVerify = yes
063c337
-- 
063c337
2.5.5
063c337