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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user