From f532cebb6b5bade7049490b7c227c5e15bb2bcea Mon Sep 17 00:00:00 2001 From: Tom Maenan Read Cutting Date: Mon, 16 Oct 2017 20:44:19 +0100 Subject: [PATCH] Fix indent size --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open b/git-open index 9978261..00364a8 100755 --- a/git-open +++ b/git-open @@ -29,7 +29,7 @@ if (( is_issue )); then giturl=$(git config --get "remote.${remote}.url") # @TODO ls-remote will also expand "insteadOf" items `giturl=$(git ls-remote --get-url $remote)` if [[ -z "$giturl" ]]; then - remote=${1:-"origin"} + remote=${1:-"origin"} fi else remote=${1:-"origin"}