From d1de515532b3e81eeb54cc94fae0faa92fc0d14f Mon Sep 17 00:00:00 2001 From: daru <54768193+Darukutsu@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:02:02 +0100 Subject: [PATCH] Update plugins/gsconnect Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> --- plugins/gsconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gsconnect b/plugins/gsconnect index 90c703b2..1a481126 100755 --- a/plugins/gsconnect +++ b/plugins/gsconnect @@ -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 -- 2.48.1