Fix typo in init.luau
This commit is contained in:
parent
b52882ef2d
commit
f5a58ec756
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue