commit bccd0185fe25faf7a80a0e1d2ac85341e3324e5e parent 1444733bdcd4f45f2e2a9aec619efe5868b2d3e1 Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 23 Aug 2018 10:37:14 -0400 Remove a comment and call the new reset function Diffstat:
M | ferron.lua | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ferron.lua b/ferron.lua @@ -26,7 +26,8 @@ local static = require "ferron.static" local exec = require "ferron.utilities.exec" Ferron.init = { - site.setsite + site.setsite, + site.reset, } Ferron.build = {