mirror of
https://github.com/rclone/rclone.git
synced 2026-02-04 10:43:14 +00:00
Compare commits
2 Commits
v1.54.1
...
v1.54-stab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0012b981c1 | ||
|
|
707cdaa604 |
@@ -109,7 +109,7 @@ func (o *Object) Update(ctx context.Context, in io.Reader, src fs.ObjectInfo, op
|
||||
dirname := path.Dir(realpath)
|
||||
fs.Debugf(o.fs, "update [%s]", realpath)
|
||||
|
||||
err := o.fs.client.MkdirAll(dirname, 755)
|
||||
err := o.fs.client.MkdirAll(dirname, 0755)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.54.1
|
||||
v1.54.2
|
||||
@@ -1,4 +1,4 @@
|
||||
package fs
|
||||
|
||||
// Version of rclone
|
||||
var Version = "v1.54.1-DEV"
|
||||
var Version = "v1.54.2-DEV"
|
||||
|
||||
Reference in New Issue
Block a user