fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2024-04-25 15:59:51 +09:00
parent 80408c103a
commit f40712c4bb
2 changed files with 3 additions and 3 deletions

View File

@ -436,7 +436,7 @@ pub fn c_bot(c: &Context) {
.arg(&uri_root)
.arg(&host)
.arg(&avatar)
.arg(&prompt_sub)
.arg(&prompt_chat)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -994,7 +994,7 @@ pub fn c_bot_feed(c: &Context) {
.arg(&uri_root)
.arg(&host)
.arg(&avatar)
.arg(&prompt_sub)
.arg(&prompt)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);