Skip to content

Commit

Permalink
Remove 'Warning: ' from the unsupported platform error
Browse files Browse the repository at this point in the history
  • Loading branch information
erran committed Jan 13, 2013
1 parent 2fc87c8 commit 27fbebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ruby/lib/terminal-notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27fbebb

Please sign in to comment.