aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact
diff options
context:
space:
mode:
authorL. E. Segovia2017-11-28 13:34:50 +0000
committerL. E. Segovia2017-11-28 13:34:50 +0000
commit8386b9384c30be142d76da3ae2e24da1bb166bde (patch)
tree950ed642f1ccc3731fb755022476a17dcb68ecc8 /Library/Homebrew/cask/lib/hbc/artifact
parentf3355b2a2c4a2128427af425efac1df5a336ba5e (diff)
downloadbrew-8386b9384c30be142d76da3ae2e24da1bb166bde.tar.bz2
Solve styling and metadata issues
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/artifact')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/moved.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
index 11e019af2..dfd6008cf 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
@@ -71,7 +71,7 @@ module Hbc
command.run("/bin/mv", args: [target, source], sudo: true)
end
- add_altname_metadata(target, source.basename, command: command)
+ add_altname_metadata(source, target.basename, command: command)
end
def delete(target, force: false, command: nil, **_)