mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
upgrade golangci-lint to v2
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -287,7 +287,7 @@ func (c *Connection) RemoveDir(name string) error {
|
||||
func (c *Connection) Symlink(oldname, newname string) error {
|
||||
c.UpdateLastActivity()
|
||||
|
||||
return c.BaseConnection.CreateSymlink(oldname, newname)
|
||||
return c.CreateSymlink(oldname, newname)
|
||||
}
|
||||
|
||||
// ReadDir implements ClientDriverExtensionFilelist
|
||||
|
||||
Reference in New Issue
Block a user