diff options
author | Robert Gerus <rgerus@dpd.com.pl> | 2015-12-14 15:15:51 +0100 |
---|---|---|
committer | Robert Gerus <rgerus@dpd.com.pl> | 2015-12-14 15:15:51 +0100 |
commit | 945cc314d21629475b4e9831a3b4f582a2cef5bb (patch) | |
tree | 32f628352841b17706d5e8a7f7739f1b49694121 | |
parent | 280027750f6d1c7ad6d57c01b83fb6d77e0558cb (diff) | |
download | gorepost-945cc314d21629475b4e9831a3b4f582a2cef5bb.tar.gz gorepost-945cc314d21629475b4e9831a3b4f582a2cef5bb.tar.bz2 gorepost-945cc314d21629475b4e9831a3b4f582a2cef5bb.tar.xz gorepost-945cc314d21629475b4e9831a3b4f582a2cef5bb.zip |
Brainfart #2
-rw-r--r-- | bot/plugins_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/plugins_test.go b/bot/plugins_test.go index 963254c..f05fd05 100644 --- a/bot/plugins_test.go +++ b/bot/plugins_test.go @@ -819,5 +819,5 @@ func TestMain(m *testing.M) { } func init() { - Initialize(Dyncfg.New(configLookupHelper)) + Initialize(dyncfg.New(configLookupHelper)) } |