This commit is contained in:
GuitarBoy 2022-11-21 14:37:46 +08:00 committed by GitHub
parent 0fc85398c8
commit 1ed0d856e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1009,8 +1009,8 @@ func parseObjectPath(path string) (r objectPathResult) {
r.piped = true r.piped = true
} else { } else {
r.path = path[i+1:] r.path = path[i+1:]
r.more = true
} }
r.more = true
return return
} else if path[i] == '|' { } else if path[i] == '|' {
r.part = string(epart) r.part = string(epart)