mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-13 08:56:28 -04:00
Fix indent size
This commit is contained in:
parent
239fb4df99
commit
f532cebb6b
2
git-open
2
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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue