Skip to content

Commit

Permalink
improvement: use override: true for git/github deps as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 21, 2024
1 parent 6f5a5d9 commit fa3b0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ defmodule Igniter.Util.Install do
:error
end
else
[git: requirement]
[git: requirement, override: true]
end

"github:" <> requirement ->
Expand All @@ -219,7 +219,7 @@ defmodule Igniter.Util.Install do
:error
end
else
[github: requirement]
[github: requirement, override: true]
end

"path:" <> requirement ->
Expand Down

0 comments on commit fa3b0d5

Please sign in to comment.