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-25 15:59:51 +09:00
parent 80408c103a
commit f40712c4bb
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 7c6278292f57410de103fb7b9b0fa92989cab14a
Subproject commit fec680c3336f4150da346c8d4a937d6782637620

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);