We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa118f5 + 3f71f22 commit e7125f7Copy full SHA for e7125f7
integration_tests/internal/main.go
@@ -39,7 +39,7 @@ func main() {
39
func getEnvOrDie(name string) string {
40
val, ok := os.LookupEnv(name)
41
if !ok {
42
- fmt.Fprintf(os.Stderr, name+" could not be found in environment")
+ fmt.Fprintln(os.Stderr, name, "could not be found in environment")
43
os.Exit(1)
44
}
45
return val
0 commit comments