Skip to content

Commit 056b96b

Browse files
committed
Fix Config warning
Uses new syntax, but commented out for no warnings. Supercedes atomvm#42 Signed-off-by: Peter M <[email protected]>
1 parent 656255a commit 056b96b

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)