Skip to content

Commit

Permalink
fix: stop correct snooper container
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Mar 8, 2024
1 parent e463e9a commit fb255c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clients/ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (client *SSHClient) StartDockerContainer(name string) error {
}

func (client *SSHClient) StopSnooper() error {
return client.StopDockerContainerWithForce("snooper-engine", true)
return client.StopDockerContainerWithForce(client.TargetConfig.DockerContainers.EngineSnooper, true)
}

func (client *SSHClient) StartSnooper() error {
Expand Down

0 comments on commit fb255c0

Please sign in to comment.