Whoopsie again
authorOlav Bakke Svendsen <mail@olavbs.no>
Tue, 10 Oct 2023 15:59:17 +0000 (17:59 +0200)
committerOlav Bakke Svendsen <mail@olavbs.no>
Tue, 10 Oct 2023 15:59:17 +0000 (17:59 +0200)
steam/simple-coal-feeder.lua

index c2d8d32f23918f0f9bb92193d548e02033d2c76d..1a9511bb13fbd7652abfaced83b7d6f6dddd2517 100644 (file)
@@ -23,7 +23,7 @@ local config_path = "simple-coal-feeder.config"
 local config = nil
 
 local print_help = function()
-  local format = function(cmd,desc)
+  local f = function(cmd,desc)
     term.setTextColor(1)
     print("> "..cmd)
     term.setTextColor(256)