We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee5e45 commit fc35ca5Copy full SHA for fc35ca5
lib/autoupdate/agent/updater.go
@@ -276,7 +276,7 @@ var (
276
// ErrFilePresent is returned when a file is present.
277
ErrFilePresent = errors.New("file present")
278
// ErrNotInstalled is returned when Teleport is not installed.
279
- ErrNotInstalled = trace.Errorf("not installed")
+ ErrNotInstalled = errors.New("not installed")
280
)
281
282
// Process provides an API for interacting with a running Teleport process.
0 commit comments