1
0

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

This commit is contained in:
syui 2024-04-03 00:03:06 +09:00
parent 43afdb4857
commit 3d741a3328
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -468,7 +468,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);