Skip to content

Commit

Permalink
chore: use override: true when installing for a path
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 21, 2024
1 parent dcde30c commit faff459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ defmodule Igniter.Util.Install do
end

"path:" <> requirement ->
[path: requirement]
[path: requirement, override: true]

version ->
case Version.parse(version) do
Expand Down

0 comments on commit faff459

Please sign in to comment.