Skip to content

Commit

Permalink
fix(elixir): Mix run now display the correct notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Oct 4, 2023
1 parent 4bb8ca0 commit 6a66ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/compiler/languages/elixir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function M.action(selected_option)
local task = overseer.new_task({
name = "- Elixir compiler",
strategy = { "orchestrator",
tasks = {{ "shell", name = "- Build & run program → ./mix.exs",
tasks = {{ "shell", name = "- Mix run → ./mix.exs",
cmd = "mix clean " .. -- clean
" && mix run " .. -- compile & run (bytecode)
" && echo '" .. final_message .. "'"
Expand Down

0 comments on commit 6a66ad0

Please sign in to comment.