Skip to content

Commit

Permalink
Merge pull request #17 from eric-hu/master
Browse files Browse the repository at this point in the history
Fix for #13
  • Loading branch information
achiu committed Jan 13, 2017
2 parents 2dd2df0 + 59f9867 commit 17c2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consular/iterm.rb
Expand Up @@ -303,7 +303,7 @@ def active_window
#
# @api public
def iterm_menu
_process = app("System Events").processes["iTerm"]
_process = app("System Events").processes["iTerm2"]
_process.menu_bars.first
end

Expand Down

0 comments on commit 17c2a6a

Please sign in to comment.