Skip to content

Commit 7ee5e45

Browse files
committed
adjust message
1 parent 6565c53 commit 7ee5e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/teleport-update/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ func cmdStatus(ctx context.Context, ccfg *cliConfig) error {
465465
return trace.Wrap(err, "failed to get status")
466466
}
467467
if errors.Is(err, autoupdate.ErrNotInstalled) {
468-
plog.InfoContext(ctx, "Teleport is not installed.")
468+
plog.InfoContext(ctx, "Teleport is not installed by teleport-update with this suffix.")
469469
return nil
470470
}
471471
enc := yaml.NewEncoder(os.Stdout)

0 commit comments

Comments
 (0)