aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 222d7f44e..26366a7e3 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -22,7 +22,7 @@ class Ghc < Formula
def install
if ARGV.include? '--64bit'
if Hardware.is_64_bit?
- onoe "The x86_64 version is experimental!"
+ opoo "The x86_64 version is experimental!"
else
onoe "The x86_64 version is only for 64-bit hardware."
exit 1