From 1240ecd8617c46abd679be63dc956c871534c55a Mon Sep 17 00:00:00 2001 From: Leons Aleksandrovs <58330666+Skrazzo@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:34:10 +0300 Subject: [PATCH] Added a space --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 532a7ba..256e820 100644 --- a/main.go +++ b/main.go @@ -107,7 +107,7 @@ func runCommandsFromFile(filename string, currentDir *string) error { cmd.Dir = *currentDir if err := cmd.Run(); err != nil { - fmt.Printf("Error detected! Stopping at:%s \n", cmdLine) + fmt.Printf("Error detected! Stopping at: %s \n", cmdLine) return err } }