Skip to content

Commit ab6f7ab

Browse files
committed
fix: Typo
1 parent 896a37b commit ab6f7ab

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\n Previouss options: none"
199+
oldOptsMsg := "\n\n Previous options: none"
200200
if len(oldOpts) > 0 {
201201
oldOptsMsg = fmt.Sprintf("\n\n Previous options:\n * %s", strings.Join(oldOpts, "\n * "))
202202
}

0 commit comments

Comments
 (0)