aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/start.go')
-rw-r--r--internal/app/start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/start.go b/internal/app/start.go
index 7325ee80..d5912ba3 100644
--- a/internal/app/start.go
+++ b/internal/app/start.go
@@ -41,7 +41,7 @@ func (a *app) Start() error {
if s, err := exec.LookPath(n); err == nil {
e[i] = s
} else {
- return (*ProcessError)(wrapError(err, fmt.Sprintf("cannot find %q in PATH: %v", n, err)))
+ return (*ProcessError)(wrapError(err, fmt.Sprintf("cannot find %q: %v", n, err)))
}
}
}