commit 01fe53896168d1545240d1cba636088c4a8deee1
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Nov 5 13:45:26 2016 +0100
Fix typo
roles/bugzilla/templates/localconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/bugzilla/templates/localconfig b/roles/bugzilla/templates/localconfig
index e62bd55..5a54917 100644
--- a/roles/bugzilla/templates/localconfig
+++ b/roles/bugzilla/templates/localconfig
@@ -51,7 +51,7 @@ $db_driver = '{{ bugzilla_db_driver }}';
# The DNS name or IP address of the host that the database server runs on.
{% if bugzilla_db_host == 'localhost' %}
-$db_host = ''
+$db_host = '';
{% else %}
$db_host = '{{ bugzilla_db_host }}';
{% endif %}
Show replies by date