diff --git a/src/utils/clipboard/wsl.sh b/src/utils/clipboard/wsl.sh index 7adb05d..649ccd0 100644 --- a/src/utils/clipboard/wsl.sh +++ b/src/utils/clipboard/wsl.sh @@ -14,5 +14,5 @@ noImage=$(echo "no image\r") if [ "$res" = "$noImage" ] ;then echo "no image" else - echo $(wslpath -u $res) + echo $(wslpath -u -a "${res}") fi