Skip to content

Commit

Permalink
🐛 Fix: clipboard path contains space (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonQin authored Aug 20, 2021
1 parent aef0261 commit d2b73c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clipboard/wsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2b73c1

Please sign in to comment.