Blob Blame History Raw
From 2da52e59bce49c88ad9b4fb1ab9528c4148bc97b Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Mon, 14 Mar 2016 16:56:27 +0100
Subject: [PATCH] reporter-mantisbt: add missing '=' to conf file

Missing '=' caused augeas error

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
 src/plugins/report_CentOSBugTracker.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/report_CentOSBugTracker.conf b/src/plugins/report_CentOSBugTracker.conf
index 04cab13..1fab672 100644
--- a/src/plugins/report_CentOSBugTracker.conf
+++ b/src/plugins/report_CentOSBugTracker.conf
@@ -1,4 +1,4 @@
 Mantisbt_MantisbtURL = https://bugs.centos.org
 Mantisbt_Login =
-Mantisbt_Password
+Mantisbt_Password =
 Mantisbt_SSLVerify = yes
-- 
2.5.5