Skip to content

Commit b11c358

Browse files
authored
Merge pull request #10 from NarrativeApp/feat/private-hex-package
fix: update mix_project configuration in config.exs
2 parents 60d6df1 + 2c504bf commit b11c358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Config
3030
# import_config "#{Mix.env}.exs"
3131

3232
config :git_ops,
33-
mix_project: Enquirer.Mixfile,
33+
mix_project: Mix.Project.get!(),
3434
changelog_file: "CHANGELOG.md",
3535
repository_url: "https://github.com/NarrativeApp/enquirer",
3636
manage_mix_version?: true,

0 commit comments

Comments
 (0)