Skip to content

Commit 2134db3

Browse files
author
José Valim
committed
Merge pull request #2373 from jwarwick/cli
Fixed reading .mix/config.exs
2 parents ab8a2d1 + 80f35ea commit 2134db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/cli.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ defmodule Mix.CLI do
114114
path = Path.expand("~/.mix/config.exs")
115115
if File.regular?(path) do
116116
path
117-
|> Mix.Config.read()
117+
|> Mix.Config.read!()
118118
|> Mix.Config.persist()
119119
end
120120
end

0 commit comments

Comments
 (0)