mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
fspath: remove duplicate start-of-line anchor in remote name regex
This commit is contained in:
parent
6b4a2c1c4e
commit
04a663829b
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
const (
|
||||
configNameRe = `[\w. -]+`
|
||||
remoteNameRe = `^(:?` + configNameRe + `)`
|
||||
remoteNameRe = `(:?` + configNameRe + `)`
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue
Block a user