From 5d6e15b0d66b2fe70e82be1e1034591e5e516407 Mon Sep 17 00:00:00 2001 From: Taylan Date: Wed, 23 Apr 2025 20:54:03 +0200 Subject: [PATCH] indentation fix --- install/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/main.go b/install/main.go index 157a3abe..8411e304 100644 --- a/install/main.go +++ b/install/main.go @@ -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