elixir-captcha icon indicating copy to clipboard operation
elixir-captcha copied to clipboard

Fix parameter type of `make clean` in mix.exs

Open tywhisky opened this issue 1 year ago • 0 comments

Hello, I have found a little bug when i compile elixir-captcha on Windows. And i fixed it.

With the wrong argument 'clean' ("clean" correctly), Elixir will raise:

** (ArgumentError) all arguments for System.cmd/3 must be binaries (elixir 1.13.4) lib/system.ex:1035: System.cmd/3

tywhisky avatar Nov 08 '22 10:11 tywhisky