Skip to content

Commit ed825c3

Browse files
committed
Fix
1 parent 33629c1 commit ed825c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/compilers/protocol.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ defmodule Mix.Compilers.Protocol do
77

88
def umbrella(args, res) do
99
config = Mix.Project.config()
10-
config_mtime = Mix.Project.config_mtime(config)
1110
{opts, _, _} = OptionParser.parse(args, switches: [force: :boolean, verbose: :boolean])
1211

1312
opts =
@@ -18,6 +17,7 @@ defmodule Mix.Compilers.Protocol do
1817
end
1918

2019
manifest = manifest()
20+
config_mtime = Mix.Project.config_mtime()
2121
{old_config_mtime, old_protocols_and_impls} = read_manifest(manifest)
2222

2323
case status(config_mtime > old_config_mtime, opts) do

0 commit comments

Comments
 (0)