Skip to content

Commit 24502ae

Browse files
mattkrasslceWolf
authored andcommitted
Fixup missing .. and formatting
1 parent 4b49a8c commit 24502ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/cmake-tools/kits.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function kits.build_env_and_args(kit_name, escape, cwd, global_kits_path)
133133
end
134134
else
135135
if escape then
136-
add_args({ "-D" .. k .. ":STRING=" .. '"' .. v '"' })
136+
add_args({ "-D" .. k .. ":STRING=" .. '"' .. v .. '"' })
137137
else
138138
add_args({ "-D" .. k .. ":STRING=" .. v })
139139
end

0 commit comments

Comments
 (0)