We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dea72 commit 5bf2088Copy full SHA for 5bf2088
lib/mix/task.ex
@@ -151,7 +151,7 @@ defmodule Igniter.Mix.Task do
151
Logger.warning("""
152
#{inspect(__MODULE__)} (#{__ENV__.file}):
153
154
- Module defines both igniter/2, but igniter/2 is deprecated and will never be called.
+ Module defines `igniter/2`, but `igniter/2` is deprecated and will never be called.
155
Please refactor to `igniter/1`. Use `igniter.args` to access `argv`, `positional` and `options`.
156
""")
157
end
0 commit comments