aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/command.go')
-rw-r--r--compiler_wrapper/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/command.go b/compiler_wrapper/command.go
index e2a5176d..d19c903a 100644
--- a/compiler_wrapper/command.go
+++ b/compiler_wrapper/command.go
@@ -93,7 +93,7 @@ func resolveAgainstPathEnv(env env, cmd string) (string, error) {
return resolvedPath, nil
}
}
- return "", fmt.Errorf("Couldn't find cmd %q in path", cmd)
+ return "", fmt.Errorf("couldn't find cmd %q in path", cmd)
}
func getAbsCmdPath(env env, cmd *command) string {