Merge pull request #1 from zitryss/fix_issue
Fix an issue with the git flag
This commit is contained in:
commit
1ef560dcac
@ -85,7 +85,7 @@ func main() {
|
|||||||
options = append(options, api.Log(logger))
|
options = append(options, api.Log(logger))
|
||||||
|
|
||||||
for _, path := range gitPaths {
|
for _, path := range gitPaths {
|
||||||
kv := strings.SplitN(path, "=", 2)
|
kv := strings.SplitN(path, ":", 2)
|
||||||
if len(kv) != 2 {
|
if len(kv) != 2 {
|
||||||
log.Fatal("bad git path:", path)
|
log.Fatal("bad git path:", path)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user