Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed Sep 20, 2024
1 parent 2201373 commit 19652ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/failover.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def sync_to_peer(self, options):
)

if options['reboot']:
self.middleware.call_sync('failover.call_remote', 'Failover sync to peer', 'system.reboot', [{'delay': 2}])
self.middleware.call_sync('failover.call_remote', 'system.reboot', 'Failover sync to peer', [{'delay': 2}])

@accepts(roles=['FAILOVER_WRITE'])
@returns()
Expand Down

0 comments on commit 19652ac

Please sign in to comment.