diff --git a/stdlib/InteractiveUtils/src/clipboard.jl b/stdlib/InteractiveUtils/src/clipboard.jl index f841554b63eebc..19a932dc42eda5 100644 --- a/stdlib/InteractiveUtils/src/clipboard.jl +++ b/stdlib/InteractiveUtils/src/clipboard.jl @@ -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