Skip to content

Commit

Permalink
Merge pull request #10 from NarrativeApp/feat/private-hex-package
Browse files Browse the repository at this point in the history
fix: update mix_project configuration in config.exs
  • Loading branch information
puzza007 authored Jan 15, 2025
2 parents 60d6df1 + 2c504bf commit b11c358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Config
# import_config "#{Mix.env}.exs"

config :git_ops,
mix_project: Enquirer.Mixfile,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/NarrativeApp/enquirer",
manage_mix_version?: true,
Expand Down

0 comments on commit b11c358

Please sign in to comment.