Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chlorophytus committed Feb 14, 2021
1 parent f6a4811 commit e38269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rust2ex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Mix.Tasks.Compile.Rust2ex do
"--path",
Path.dirname(where),
"--root",
to_string(:code.priv_dir(Mix.Project.config[:app]())),
to_string(:code.priv_dir(Mix.Project.config()[:app])),
if(Mix.env() == :prod, do: "", else: "--debug")
])

Expand Down

0 comments on commit e38269f

Please sign in to comment.