Fix syntax in the example config
authorVincent Tondellier <tonton+hg@team1664.org>
Sat, 20 Feb 2016 18:36:00 +0100
changeset 107 6f411821b12b
parent 106 97bf7ebb6e44
child 108 e4e5cfaf5814
Fix syntax in the example config
crash_test.conf.sample
--- a/crash_test.conf.sample	Tue Feb 16 23:17:21 2016 +0100
+++ b/crash_test.conf.sample	Sat Feb 20 18:36:00 2016 +0100
@@ -41,6 +41,8 @@
           # Clean function names by removing the namespace
           #"some_ns::",
         ],
+      },
+    },
   },
   Storage => [
     { Type => "Sql",  db => { Pg => "postgresql:///crashtest" } },