We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e612fea commit 75830a2Copy full SHA for 75830a2
cli/configssh.go
@@ -194,7 +194,7 @@ func configSSH() *cobra.Command {
194
newOptsMsg = fmt.Sprintf("\n\n New options:\n * %s", strings.Join(newOpts, "\n * "))
195
}
196
oldOpts := lastCoderConfig.asList()
197
- oldOptsMsg := "\n\n Previouss options: none"
+ oldOptsMsg := "\n\n Previous options: none"
198
if len(oldOpts) > 0 {
199
oldOptsMsg = fmt.Sprintf("\n\n Previous options:\n * %s", strings.Join(oldOpts, "\n * "))
200
0 commit comments