Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 582f213

Browse files
authored
fix: add tip to run coder update (#445)
1 parent 7867e89 commit 582f213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cmd/auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ func logVersionMismatchError(apiVersion string) {
8282
fmt.Sprintf("Coder CLI version: %s", version.Version),
8383
fmt.Sprintf("Coder API version: %s", apiVersion), clog.BlankLine,
8484
clog.Tipf("download the appropriate version here: https://github.com/cdr/coder-cli/releases"),
85+
clog.Tipf("alternatively, run `coder update`"),
8586
)
8687
}

0 commit comments

Comments
 (0)