Skip to content

Commit fc35ca5

Browse files
committed
consistent error type
1 parent 7ee5e45 commit fc35ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/autoupdate/agent/updater.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ var (
276276
// ErrFilePresent is returned when a file is present.
277277
ErrFilePresent = errors.New("file present")
278278
// ErrNotInstalled is returned when Teleport is not installed.
279-
ErrNotInstalled = trace.Errorf("not installed")
279+
ErrNotInstalled = errors.New("not installed")
280280
)
281281

282282
// Process provides an API for interacting with a running Teleport process.

0 commit comments

Comments
 (0)