indentation fix

This commit is contained in:
Taylan 2025-04-23 20:54:03 +02:00
parent 419bacf55f
commit 5d6e15b0d6

View file

@ -545,7 +545,7 @@ func restartContainer(container string) error {
fmt.Println("Restarting containers...")
if err := executeDockerComposeCommandWithArgs("-f", "docker-compose.yml", "restart", container); err != nil {
return fmt.Errorf("failed to stop the container \"%s\": %v", container, err)
return fmt.Errorf("failed to stop the container \"%s\": %v", container, err)
}
return nil