Skip to content

Commit 5c785dd

Browse files
committed
fix: Typo
1 parent fb24742 commit 5c785dd

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
@@ -194,7 +194,7 @@ func configSSH() *cobra.Command {
194194
newOptsMsg = fmt.Sprintf("\n\n New options:\n * %s", strings.Join(newOpts, "\n * "))
195195
}
196196
oldOpts := lastCoderConfig.asList()
197-
oldOptsMsg := "\n\n Previouss options: none"
197+
oldOptsMsg := "\n\n Previous options: none"
198198
if len(oldOpts) > 0 {
199199
oldOptsMsg = fmt.Sprintf("\n\n Previous options:\n * %s", strings.Join(oldOpts, "\n * "))
200200
}

0 commit comments

Comments
 (0)