Skip to content

Commit

Permalink
Fix iTerm adapter
Browse files Browse the repository at this point in the history
Fixes #157
  • Loading branch information
Charles Milette committed Aug 15, 2018
1 parent 09d3429 commit 9a5e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonterminal/terminal/adapters/iterm.py
Expand Up @@ -6,7 +6,7 @@

class ItermProvider(_TProv):
# OSA script that will change the terminal background image
osa_script_fmt = """tell application "iTerm2"
__osa_script_fmt = """tell application "iTerm2"
\ttell current session of current window
\t\tset background image to "{}"
\tend tell
Expand Down

0 comments on commit 9a5e0ee

Please sign in to comment.