Skip to content

Commit

Permalink
Fix pbpaste error on MacOS buildbots (#36763)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Jul 22, 2020
1 parent e4a3329 commit 80cdfa1
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 @@ -25,7 +25,7 @@ if Sys.isapple()

# See above comment in `clipboard(x)`
if Sys.which("reattach-to-user-namespace") !== nothing
pbcopy_cmd = `reattach-to-user-namespace pbpaste`
pbpaste_cmd = `reattach-to-user-namespace pbpaste`
end
return read(pbpaste_cmd, String)
end
Expand Down

0 comments on commit 80cdfa1

Please sign in to comment.