We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caae80e commit adfc55eCopy full SHA for adfc55e
src/utils/clipboard/wsl.sh
@@ -14,5 +14,5 @@ noImage=$(echo "no image\r")
14
if [ "$res" = "$noImage" ] ;then
15
echo "no image"
16
else
17
- echo $1
+ echo $(wslpath -u $res)
18
fi
0 commit comments