From 27fbebbfb986a0fe197b55dc2e49fb8bcdc888fe Mon Sep 17 00:00:00 2001 From: Erran Carey Date: Sun, 13 Jan 2013 01:42:18 -0600 Subject: [PATCH] Remove 'Warning: ' from the unsupported platform error --- Ruby/lib/terminal-notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ruby/lib/terminal-notifier.rb b/Ruby/lib/terminal-notifier.rb index 46d8a5f..93e3298 100644 --- a/Ruby/lib/terminal-notifier.rb +++ b/Ruby/lib/terminal-notifier.rb @@ -25,7 +25,7 @@ def self.execute(verbose, options) end result else - raise UnsupportedPlatformError, "Warning: terminal-notifier is only supported on Mac OS X 10.8, or higher." + raise UnsupportedPlatformError, "terminal-notifier is only supported on Mac OS X 10.8, or higher." end end