Skip to content

Commit

Permalink
Call correct mix command variable
Browse files Browse the repository at this point in the history
* There was an issue that the mix package called
  the mix command directly instead through the correct
  defcustom variable.
  • Loading branch information
tonini committed Jan 18, 2017
1 parent b23c0c3 commit 20a0c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemist-mix.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ run all tests)."
(if what
(setq alchemist-last-run-test what)
(setq alchemist-last-run-test ""))
(alchemist-test-execute (list "mix"
(alchemist-test-execute (list alchemist-mix-command
alchemist-mix-test-task
what
alchemist-mix-test-default-options)))
Expand Down

0 comments on commit 20a0c04

Please sign in to comment.