Skip to content

Commit 49bb1d5

Browse files
committed
Merge pull request #49 from petermm/fix-config-warning
Fix Config warning
2 parents 47e767f + 056b96b commit 49bb1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is responsible for configuring your application
22
# and its dependencies with the aid of the Mix.Config module.
3-
use Mix.Config
3+
# import Config
44

55
# This configuration is loaded before any dependency and is restricted
66
# to this project. If another project depends on this project, this
@@ -27,4 +27,4 @@ use Mix.Config
2727
# Configuration from the imported file will override the ones defined
2828
# here (which is why it is important to import them last).
2929
#
30-
# import_config "#{Mix.env()}.exs"
30+
# import_config "#{config_env()}.exs"

0 commit comments

Comments
 (0)