Fix an issue with the git flag
This commit is contained in:
parent
0f6ba760df
commit
7b13a2fa6d
@ -77,7 +77,7 @@ func main() {
|
||||
}
|
||||
|
||||
for _, path := range gitPaths {
|
||||
kv := strings.SplitN(path, "=", 2)
|
||||
kv := strings.SplitN(path, ":", 2)
|
||||
if len(kv) != 2 {
|
||||
log.Fatal("bad git path:", path)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user