mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
This will enable rclone to manage directories properly in the future.
This commit is contained in:
@@ -17,7 +17,7 @@ var mkdirCmd = &cobra.Command{
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fdst := cmd.NewFsDst(args)
|
||||
cmd.Run(true, command, func() error {
|
||||
return fs.Mkdir(fdst)
|
||||
return fs.Mkdir(fdst, "")
|
||||
})
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user