Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False message on igniter.install task #198

Open
leandrocp opened this issue Jan 16, 2025 · 0 comments
Open

False message on igniter.install task #198

leandrocp opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@leandrocp
Copy link
Contributor

Describe the bug
Choosing n on the igniter.install task returns "Successfully installed" even though the task was not performed (mix.exs didn't change as expected)

❯ mix igniter.install phoenix_test
compile ✔

Update: mix.exs

     ...|
33 33   |  defp deps do
34 34   |    [
   35 + |      {:phoenix_test, "~> 0.5"},
35 36   |      {:igniter, "~> 0.5"},
36 37   |      {:phoenix, "~> 1.7.18"},
     ...|


These dependencies should be installed before continuing. Modify mix.exs and install? [y/n] n

Successfully installed:

* phoenix_test

It's a minor issue but I can take a look on this one soon

@leandrocp leandrocp added the bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant