fix luacheck warnings : fix comments accordingly

Due to the fixes in 4249d65af7 the comments have to change too
This commit is contained in:
rubo77 2019-06-17 12:19:22 +02:00
parent 3d4fb37351
commit 38475a812d
No known key found for this signature in database
GPG Key ID: 8BCC811299DBC5DF

View File

@ -20,7 +20,7 @@ end
function mode:write(data)
local site = require 'gluon.site'
-- methods will be recreated and filled with the original values from site.mesh_vpn.fastd.methods
-- site_methods will be recreated and filled with the original values from site.mesh_vpn.fastd.methods
-- if performance mode was selected, and the method 'null' was not present in the original table, it will be added
local site_methods = {}
if data == 'performance' then