Skip to content

Commit

Permalink
fix(139): rename file (close: #1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jul 21, 2022
1 parent f6527f1 commit 50fd7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/139/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (driver Cloud139) Rename(src string, dst string, account *model.Account) er
"accountType": 1,
},
}
pathname = "/orchestration/personalCloud/catalog/v1.0/updateContentInfo"
pathname = "/orchestration/personalCloud/content/v1.0/updateContentInfo"
}
_, err = driver.Post(pathname, data, nil, account)
return err
Expand Down

0 comments on commit 50fd7de

Please sign in to comment.