Skip to content

Commit

Permalink
fix: set correct inheritance for moved artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 27, 2025
1 parent 272ae4b commit dee907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/os/linux/cask/artifact/moved.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def undeletable?(target)
end
end

Cask::Artifact::Moved.prepend(OS::Linux::Cask::Config)
Cask::Artifact::Moved.prepend(OS::Linux::Cask::Artifact::Moved)

0 comments on commit dee907d

Please sign in to comment.