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 896a37b commit ab6f7abCopy full SHA for ab6f7ab
cli/configssh.go
@@ -196,7 +196,7 @@ func configSSH() *cobra.Command {
196
newOptsMsg = fmt.Sprintf("\n\n New options:\n * %s", strings.Join(newOpts, "\n * "))
197
}
198
oldOpts := lastCoderConfig.asList()
199
- oldOptsMsg := "\n\n Previouss options: none"
+ oldOptsMsg := "\n\n Previous options: none"
200
if len(oldOpts) > 0 {
201
oldOptsMsg = fmt.Sprintf("\n\n Previous options:\n * %s", strings.Join(oldOpts, "\n * "))
202
0 commit comments