Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab6f7ab

Browse files
committed
fix: Typo
1 parent896a37b commitab6f7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/configssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func configSSH() *cobra.Command {
196196
newOptsMsg=fmt.Sprintf("\n\n New options:\n * %s",strings.Join(newOpts,"\n * "))
197197
}
198198
oldOpts:=lastCoderConfig.asList()
199-
oldOptsMsg:="\n\nPreviouss options: none"
199+
oldOptsMsg:="\n\n Previous options: none"
200200
iflen(oldOpts)>0 {
201201
oldOptsMsg=fmt.Sprintf("\n\n Previous options:\n * %s",strings.Join(oldOpts,"\n * "))
202202
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp