1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Fix typographical error

This commit is contained in:
Scott Little
2021-04-23 14:14:06 -05:00
parent 064eacf513
commit 8e789a884f
+1 -1
View File
@@ -687,7 +687,7 @@ cmd_stealth() {
past=$(pbpaste)
else
if [ "$XDG_SESSION_TYPE" = wayland ]; then
past=$(xl-paste -p)
past=$(wl-paste -p)
else
past=$(xsel -o)
fi