diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-29 12:00:51 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-29 12:00:51 +0100 |
commit | b8354b5a5790da9afc1a7c5025584cbcde9baef8 (patch) | |
tree | c337f0aaa16ddd0857581a6a2693059f3b37be21 /lualib/plugins_stats.lua | |
parent | cb40e98e64bc5a590a59c5772d5e192b9527429d (diff) | |
download | rspamd-b8354b5a5790da9afc1a7c5025584cbcde9baef8.tar.gz rspamd-b8354b5a5790da9afc1a7c5025584cbcde9baef8.zip |
[Minor] Fix minor issues
Diffstat (limited to 'lualib/plugins_stats.lua')
-rw-r--r-- | lualib/plugins_stats.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/plugins_stats.lua b/lualib/plugins_stats.lua index 5c9797a9e..9bbebb1c8 100644 --- a/lualib/plugins_stats.lua +++ b/lualib/plugins_stats.lua @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -local ansicolors = require "rspamadm/ansicolors" +local ansicolors = require "ansicolors" local function printf(fmt, ...) print(string.format(fmt, ...)) |