diff --git a/projects/core/src/main/resources/data/computercraft/lua/bios.lua b/projects/core/src/main/resources/data/computercraft/lua/bios.lua index 58e90adc8..8eb38b467 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/bios.lua +++ b/projects/core/src/main/resources/data/computercraft/lua/bios.lua @@ -708,7 +708,7 @@ end settings.define("bios.shell_path", { default = sShell, description = "The path the bios executes as the shell. This program is responsible for implementing the shell and multishell API, handling user input, and program execution.", - type = "string" + type = "string", }) if _CC_DEFAULT_SETTINGS then