Skip to content

Commit

Permalink
remove default sender option, path check works better
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamil Bou Kheir committed Nov 16, 2013
1 parent 1c8d675 commit eac3d16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Ruby/lib/terminal-notifier-guard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def self.available?
end

def self.execute(verbose, options)
options[:sender] = options[:sender] || 'com.apple.Terminal'

if available?
case options[:type]
when :failed
Expand Down

0 comments on commit eac3d16

Please sign in to comment.