aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/artifact/moved.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/moved.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
index 11e019af2..f5ef790eb 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
@@ -70,8 +70,6 @@ module Hbc
else
command.run("/bin/mv", args: [target, source], sudo: true)
end
-
- add_altname_metadata(target, source.basename, command: command)
end
def delete(target, force: false, command: nil, **_)