Skip to content

Commit 1530afd

Browse files
committed
comments
1 parent b34e79d commit 1530afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua/compiler/bau/meson.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function M.action(option)
2626
local cmd_target = "ninja -C " .. build_dir .. " " .. option
2727
print(cmd_build)
2828
local task = overseer.new_task({
29-
name = "- Mason interpreter",
29+
name = "- Meson interpreter",
3030
strategy = { "orchestrator",
3131
tasks = {{ "shell", name = "- Run Meson → " .. option,
3232
cmd = "mkdir -p " .. build_dir ..

0 commit comments

Comments
 (0)