Skip to content

Commit 3a423e1

Browse files
authored
allow command to be run in git repo subdirectory (#105)
1 parent e3ce014 commit 3a423e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ i,issue! open issues page
2121

2222
# https://github.com/koalaman/shellcheck/wiki/SC1090
2323
# shellcheck source=/dev/null
24-
. "$(git --exec-path)/git-sh-setup"
24+
SUBDIRECTORY_OK='Yes' . "$(git --exec-path)/git-sh-setup"
2525

2626
# Defaults
2727
is_issue=0

0 commit comments

Comments
 (0)