Skip to content

Commit 14455d3

Browse files
authored
Add missing comma to example
1 parent 7618d1b commit 14455d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ command.add(nil, {
3636
console.run {
3737
command = "./build.sh",
3838
file_pattern = "(.*):(%d+):(%d+): (.*)$",
39-
cwd = "."
39+
cwd = ".",
4040
on_complete = function(retcode) core.log("Build complete with return code "..retcode) end,
4141
}
4242
end

0 commit comments

Comments
 (0)