From 2a583bf967856d2fc97f92f8d43d63ae23548a05 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 15 Sep 2021 13:15:06 +0000 Subject: [PATCH] fix: add tip to run coder update --- internal/cmd/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cmd/auth.go b/internal/cmd/auth.go index 2c59611a..d2b8201b 100644 --- a/internal/cmd/auth.go +++ b/internal/cmd/auth.go @@ -82,5 +82,6 @@ func logVersionMismatchError(apiVersion string) { fmt.Sprintf("Coder CLI version: %s", version.Version), fmt.Sprintf("Coder API version: %s", apiVersion), clog.BlankLine, clog.Tipf("download the appropriate version here: https://github.com/cdr/coder-cli/releases"), + clog.Tipf("alternatively, run `coder update`"), ) }