Skip to content

Commit

Permalink
fix #35295, typo in change to clipboard on linux (#35310)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored Mar 31, 2020
1 parent 0b0b126 commit 33df293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/src/clipboard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ elseif Sys.islinux() || Sys.KERNEL === :FreeBSD
end
function clipboard()
c = clipboardcmd()
cmd = _clipboardcmds_paste[c]
cmd = _clipboard_paste[c]
return read(pipeline(cmd, stderr=stderr), String)
end

Expand Down

0 comments on commit 33df293

Please sign in to comment.