Skip to content

Commit da88dbb

Browse files
committed
fixes error from merge
1 parent 2dcb345 commit da88dbb

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub struct ChatArgs {
180180
}
181181

182182
impl ChatArgs {
183-
pub async fn execute(self, os: &mut Os) -> Result<ExitCode> {
183+
pub async fn execute(mut self, os: &mut Os) -> Result<ExitCode> {
184184
let mut input = self.input;
185185

186186
if self.non_interactive && input.is_none() {

0 commit comments

Comments
 (0)