docs(scripts): fix typo in kamoji generator
deploy / build (push) Successful in 2m53s Details

This commit is contained in:
Lucien Cartier-Tilet 2023-12-07 20:34:57 +01:00
parent 7981c6141b
commit a4de8b7d75
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ fi
# If the current session is Wayland, copy with wl-copy, otherwise copy with xclipboard
if [ "$XDG_SESSION_TYPE" = "wayland" ]
then printf '%s' "$choice" | wc-copy # Wayland
then printf '%s' "$choice" | wl-copy # Wayland
else printf '%s' "$choice" | xclip -sel clip # X11
fi