fspath: remove superfluous underscore covered by existing word character class in remote name regex
This commit is contained in:
parent
f73be767a4
commit
6b4a2c1c4e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
configNameRe = `[\w_. -]+`
|
configNameRe = `[\w. -]+`
|
||||||
remoteNameRe = `^(:?` + configNameRe + `)`
|
remoteNameRe = `^(:?` + configNameRe + `)`
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue