Skip to content

Commit

Permalink
Fix bitrotted spelling in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 29, 2018
1 parent f070993 commit b474653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TerminalExtensions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function __init__()

if startswith(itermname, "ITERM2")
# Inform iTerm of the shell integration version and that we're julia
write(STDOUT, iTerm2.shell_version_number())
write(stdout, iTerm2.shell_version_number())

pushdisplay(iTerm2.InlineDisplay())
repl = Base.active_repl
Expand Down

0 comments on commit b474653

Please sign in to comment.