Skip to content

Commit

Permalink
♻️refactor(C# typo): cproj → csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth authored Feb 9, 2024
1 parent c0e260a commit c1d9230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/compiler/languages/cs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function M.action(selected_option)
local task = overseer.new_task({
name = "- C# compiler",
strategy = { "orchestrator",
tasks = {{ "shell", name = "- Dotnet build & run → .cproj",
tasks = {{ "shell", name = "- Dotnet build & run → .csproj",
cmd = "dotnet run" .. -- compile and run
" && echo '" .. final_message .. "'" -- echo
},},},})
Expand Down

0 comments on commit c1d9230

Please sign in to comment.