Skip to content

Commit 33df293

Browse files
authored
fix #35295, typo in change to clipboard on linux (#35310)
1 parent 0b0b126 commit 33df293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/InteractiveUtils/src/clipboard.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ elseif Sys.islinux() || Sys.KERNEL === :FreeBSD
6767
end
6868
function clipboard()
6969
c = clipboardcmd()
70-
cmd = _clipboardcmds_paste[c]
70+
cmd = _clipboard_paste[c]
7171
return read(pipeline(cmd, stderr=stderr), String)
7272
end
7373

0 commit comments

Comments
 (0)