@@ -301,8 +301,8 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
301
301
coder : strings .Join ([]string {
302
302
"# This file is managed by coder. DO NOT EDIT." ,
303
303
"#" ,
304
- "# You should not hand-edit this file, all changes will be lost upon workspace " ,
305
- "# creation, deletion or when running \" coder config-ssh\" ." ,
304
+ "# You should not hand-edit this file, all changes will be lost when running " ,
305
+ "# \" coder config-ssh\" ." ,
306
306
"#" ,
307
307
"# Last config-ssh options:" ,
308
308
"# :ssh-option=ForwardAgent=yes" ,
@@ -313,8 +313,8 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
313
313
coder : strings .Join ([]string {
314
314
"# This file is managed by coder. DO NOT EDIT." ,
315
315
"#" ,
316
- "# You should not hand-edit this file, all changes will be lost upon workspace " ,
317
- "# creation, deletion or when running \" coder config-ssh\" ." ,
316
+ "# You should not hand-edit this file, all changes will be lost when running " ,
317
+ "# \" coder config-ssh\" ." ,
318
318
"#" ,
319
319
"# Last config-ssh options:" ,
320
320
"#" ,
@@ -332,8 +332,8 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
332
332
coder : strings .Join ([]string {
333
333
"# This file is managed by coder. DO NOT EDIT." ,
334
334
"#" ,
335
- "# You should not hand-edit this file, all changes will be lost upon workspace " ,
336
- "# creation, deletion or when running \" coder config-ssh\" ." ,
335
+ "# You should not hand-edit this file, all changes will be lost when running " ,
336
+ "# \" coder config-ssh\" ." ,
337
337
"#" ,
338
338
"# Last config-ssh options:" ,
339
339
"# :ssh-option=ForwardAgent=yes" ,
@@ -344,8 +344,8 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
344
344
coder : strings .Join ([]string {
345
345
"# This file is managed by coder. DO NOT EDIT." ,
346
346
"#" ,
347
- "# You should not hand-edit this file, all changes will be lost upon workspace " ,
348
- "# creation, deletion or when running \" coder config-ssh\" ." ,
347
+ "# You should not hand-edit this file, all changes will be lost when running " ,
348
+ "# \" coder config-ssh\" ." ,
349
349
"#" ,
350
350
"# Last config-ssh options:" ,
351
351
"# :ssh-option=ForwardAgent=yes" ,
0 commit comments