From a0adcee1781f611e9d62336cd92af969b56768a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Thu, 16 Mar 2023 19:51:56 +0100 Subject: [PATCH] Fix resh command --- scripts/hooks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hooks.sh b/scripts/hooks.sh index e41b25c..4b6a82c 100644 --- a/scripts/hooks.sh +++ b/scripts/hooks.sh @@ -168,7 +168,7 @@ resh() { local buffer local git_remote; git_remote="$(git remote get-url origin 2>/dev/null)" buffer=$(resh-cli -requireVersion "$__RESH_VERSION" \ - --git-origin-remote "$git_remote" \ + --git-remote "$git_remote" \ --pwd "$PWD" \ --session-id "$__RESH_SESSION_ID" \ "$@"