aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brewkit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brewkit.rb b/Library/Homebrew/brewkit.rb
index d0a59b888..3adbe5195 100644
--- a/Library/Homebrew/brewkit.rb
+++ b/Library/Homebrew/brewkit.rb
@@ -91,7 +91,7 @@ class Pathname
FileUtils.mv to_s, dst
end
- def mv_from src
+ def install src
FileUtils.mv src, to_s
end