Update plugins/gsconnect

Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
This commit is contained in:
daru 2022-02-22 17:02:02 +01:00 committed by NRK
parent cd2445607b
commit d1de515532
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ if [ -s "$selection" ]; then
# Clear selection
printf "-" > "$NNN_PIPE"
else
$gsconnect -d "$id" --share-file="$(pwd)/$1"
"$gsconnect" -d "$id" --share-file="$2/$1"
fi