Fix resh command

pull/195/head
Šimon Let 3 years ago
parent 07ca9bbd3d
commit a0adcee178
  1. 2
      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" \
"$@"

Loading…
Cancel
Save