mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
fspath: remove superfluous underscore covered by existing word character class in remote name regex
This commit is contained in:
parent
f73be767a4
commit
6b4a2c1c4e
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
configNameRe = `[\w_. -]+`
|
||||
configNameRe = `[\w. -]+`
|
||||
remoteNameRe = `^(:?` + configNameRe + `)`
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user