aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/migreazy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/migreazy.rb b/Library/Formula/migreazy.rb
index 0c5b30896..c22ae3915 100644
--- a/Library/Formula/migreazy.rb
+++ b/Library/Formula/migreazy.rb
@@ -3,9 +3,9 @@ require 'formula'
class Migreazy <Formula
head 'git://github.com/fhwang/migreazy.git'
homepage 'http://github.com/fhwang/migreazy'
-
+
def install
- FileUtils.mv 'MIT-LICENSE', 'LICENSE'
+ mv 'MIT-LICENSE', 'LICENSE'
bin.install 'bin/migreazy'
end
end