mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 15:51:27 +08:00
build: fix problems found with ineffasign linter
This commit is contained in:
@ -392,7 +392,6 @@ func NewFs(name, root string, m configmap.Mapper) (fs.Fs, error) {
|
||||
return nil, errors.New("Container name in SAS URL and container provided in command do not match")
|
||||
}
|
||||
|
||||
container = parts.ContainerName
|
||||
containerURL = azblob.NewContainerURL(*u, pipeline)
|
||||
} else {
|
||||
serviceURL = azblob.NewServiceURL(*u, pipeline)
|
||||
|
Reference in New Issue
Block a user