We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494bb93 commit fad2946Copy full SHA for fad2946
1 file changed
lib/igniter.ex
@@ -1074,7 +1074,7 @@ defmodule Igniter do
1074
def do_or_dry_run(igniter, opts \\ []) do
1075
if igniter.assigns[:test_mode?] do
1076
raise ArgumentError,
1077
- "Must `Igniter.Test.apply/1` instead of `Igniter.do_or_dry_run` when running in `test_mode?`."
+ "Must `Igniter.Test.apply_igniter/1` instead of `Igniter.do_or_dry_run` when running in `test_mode?`."
1078
end
1079
1080
igniter = prepare_for_write(igniter)
0 commit comments