Skip to content

Commit 17c2a6a

Browse files
authored
Merge pull request #17 from eric-hu/master
Fix for #13
2 parents 2dd2df0 + 59f9867 commit 17c2a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/consular/iterm.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def active_window
303303
#
304304
# @api public
305305
def iterm_menu
306-
_process = app("System Events").processes["iTerm"]
306+
_process = app("System Events").processes["iTerm2"]
307307
_process.menu_bars.first
308308
end
309309

0 commit comments

Comments
 (0)