Skip to content

Commit 383598b

Browse files
fxnJosé Valim
authored andcommitted
import_file -> import_config [skip ci] (#9688)
1 parent 60fa61d commit 383598b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/release.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ defmodule Mix.Tasks.Release do
581581
Your `config/releases.exs` file needs to follow three important rules:
582582
583583
* It MUST `import Config` at the top instead of the deprecated `use Mix.Config`
584-
* It MUST NOT import any other configuration file via `import_file`
584+
* It MUST NOT import any other configuration file via `import_config`
585585
* It MUST NOT access `Mix` in any way, as `Mix` is a build tool and it not
586586
available inside releases
587587

0 commit comments

Comments
 (0)