Skip to content

Commit c0b9809

Browse files
committed
Fixup missing .. and formatting
1 parent 0348b3e commit c0b9809

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)