Skip to content

Commit

Permalink
Fix bad backport #14953 (#15101)
Browse files Browse the repository at this point in the history
(cherry picked from commit b9bdec9)

Co-authored-by: themylogin <[email protected]>
  • Loading branch information
bugclerk and themylogin authored Dec 3, 2024
1 parent 0d593d1 commit 23133dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/cloud_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ async def rclone(middleware, job, cloud_sync, dry_run):
updated = True
if updated:
await middleware.call("cloudsync.credentials.update", cloud_sync["credentials"]["id"], {
"provider": credentials_attributes
"attributes": credentials_attributes
})


Expand Down

0 comments on commit 23133dc

Please sign in to comment.