Skip to content

Commit fc2c926

Browse files
committed
golden
1 parent d880b9e commit fc2c926

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CLIENT OPTIONS:
6565
These options change the behavior of how clients interact with the Coder.
6666
Clients include the coder cli, vs code extension, and the web UI.
6767

68-
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE (default: download the server version with: 'curl -L https://coder.com/install.sh | sh -s -- --version v0.0.0-devel')
68+
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE
6969
The upgrade message to display to users when a client/server mismatch
7070
is detected. By default it instructs users to update using 'curl -L
7171
https://coder.com/install.sh | sh'.

cli/testdata/server-config.yaml.golden

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,8 @@ client:
436436
# The upgrade message to display to users when a client/server mismatch is
437437
# detected. By default it instructs users to update using 'curl -L
438438
# https://coder.com/install.sh | sh'.
439-
# (default: download the server version with: 'curl -L
440-
# https://coder.com/install.sh | sh -s -- --version v0.0.0-devel', type: string)
441-
cliUpgradeMessage: 'download the server version with: ''curl -L https://coder.com/install.sh | sh -s -- --version v0.0.0-devel'''
439+
# (default: <unset>, type: string)
440+
cliUpgradeMessage: ""
442441
# The renderer to use when opening a web terminal. Valid values are 'canvas',
443442
# 'webgl', or 'dom'.
444443
# (default: canvas, type: string)

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CLIENT OPTIONS:
6666
These options change the behavior of how clients interact with the Coder.
6767
Clients include the coder cli, vs code extension, and the web UI.
6868

69-
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE (default: download the server version with: 'curl -L https://coder.com/install.sh | sh -s -- --version v0.0.0-devel')
69+
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE
7070
The upgrade message to display to users when a client/server mismatch
7171
is detected. By default it instructs users to update using 'curl -L
7272
https://coder.com/install.sh | sh'.

0 commit comments

Comments
 (0)