Fix typo in init.luau

This commit is contained in:
marked 2025-03-02 18:35:45 +01:00
parent b52882ef2d
commit f5a58ec756
2 changed files with 10 additions and 10 deletions

View file

@ -72,7 +72,7 @@ elseif parsed.command == "release" then
end
elseif parsed.command == "test" then
local fpath = process.cwd
if values.to ~= process.cwd then
if values["in"] ~= process.cwd then
fpath ..= values["in"]
end