Skip to content

Commit bec1f01

Browse files
committed
improve comment
1 parent 8e131eb commit bec1f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/configssh_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func Test_sshConfigOptions_addOption(t *testing.T) {
290290
},
291291
Add: []string{
292292
"b c",
293-
"a=", // Remove all entries that start with "a", i.e. next line.
293+
"a ", // Empty value, means remove all following entries that start with "a", i.e. next line.
294294
"A hello",
295295
"hello world",
296296
},

0 commit comments

Comments
 (0)