aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
diff options
context:
space:
mode:
authorcommitay2018-02-14 07:56:59 +1000
committercommitay2018-02-14 07:57:04 +1000
commitb864ae7b408741338f0016d686857fc0fe545fe2 (patch)
tree0569a04f8e07a03acc529692961748b52e34af2e /Library/Homebrew/cask/lib/hbc/artifact/moved.rb
parente078becf4f3b7beaedea35e664a8c3562331ab3e (diff)
downloadbrew-b864ae7b408741338f0016d686857fc0fe545fe2.tar.bz2
backing up
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, 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 5a7483543..31cede71a 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/moved.rb
@@ -62,7 +62,7 @@ module Hbc
raise CaskError, "It seems the #{self.class.english_name} source '#{target}' is not there."
end
- ohai "Copying #{self.class.english_name} '#{target.basename}' back to '#{source}'."
+ ohai "Backing #{self.class.english_name} '#{target.basename}' up to '#{source}'."
source.dirname.mkpath
if target.parent.writable?