aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xmlformat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/xmlformat.rb')
-rw-r--r--Library/Formula/xmlformat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xmlformat.rb b/Library/Formula/xmlformat.rb
index 17be8cae2..8a5f29deb 100644
--- a/Library/Formula/xmlformat.rb
+++ b/Library/Formula/xmlformat.rb
@@ -6,6 +6,6 @@ class Xmlformat < Formula
sha1 '405057df0b8160775d486b671348820359b4b85d'
def install
- bin.install "xmlformat.rb" => "xmlformat"
+ bin.install "xmlformat.pl" => "xmlformat"
end
end