Added a space

This commit is contained in:
Leons Aleksandrovs
2025-08-11 22:34:10 +03:00
parent 1f420d698e
commit 1240ecd861

View File

@@ -107,7 +107,7 @@ func runCommandsFromFile(filename string, currentDir *string) error {
cmd.Dir = *currentDir cmd.Dir = *currentDir
if err := cmd.Run(); err != nil { 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 return err
} }
} }