Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
add target service as sidekick
Browse files Browse the repository at this point in the history
  • Loading branch information
svensp committed Aug 20, 2019
1 parent a47de72 commit 421f10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Blueprint/Keepalive/KeepaliveService.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function takeOver()
});

$this->copySidekicks($this->targetService);
$this->addSidekick($this->targetService);
$this->targetService->resetSidekicks();
$this->copyLabels($this->targetService);
$this->targetService->setNetworkMode( new ShareNetworkMode($this) );
Expand Down

0 comments on commit 421f10a

Please sign in to comment.