cmd: delete duplicated call to sb.Reset() (#7308)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
湛露先生 2024-11-22 03:20:48 +08:00 committed by GitHub
parent 27d9c749d5
commit eaaf5d309d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -319,8 +319,6 @@ func generateInteractive(cmd *cobra.Command, opts runOptions) error {
opts.Messages = append(opts.Messages, newMessage)
}
fmt.Println("Set system message.")
sb.Reset()
sb.Reset()
continue
default: