Updated
This commit is contained in:
parent
b449a80804
commit
bcbd29d75d
1 changed files with 2 additions and 2 deletions
|
|
@ -488,7 +488,7 @@ struct BotConfig {
|
||||||
pc_tut: Vec<String>,
|
pc_tut: Vec<String>,
|
||||||
id_server: u64,
|
id_server: u64,
|
||||||
id_channel_alerte: u64,
|
id_channel_alerte: u64,
|
||||||
id_rote: u64,
|
id_role: u64,
|
||||||
mois: String,
|
mois: String,
|
||||||
annee: String,
|
annee: String,
|
||||||
}
|
}
|
||||||
|
|
@ -572,7 +572,7 @@ async fn status() -> Result<String, StatusCode> {
|
||||||
|
|
||||||
async fn git_pull() -> Result<String, (StatusCode, &'static str)> {
|
async fn git_pull() -> Result<String, (StatusCode, &'static str)> {
|
||||||
info!("Requested to pull");
|
info!("Requested to pull");
|
||||||
let mut output = tokio::process::Command::new("git")
|
let mut output = tokio::process::Command::new("/home/maix/.nix-profile/bin/git")
|
||||||
.current_dir(std::env::var("BOTLOC_DIR").map_err(|e| {
|
.current_dir(std::env::var("BOTLOC_DIR").map_err(|e| {
|
||||||
error!("Error with git pull command {e}");
|
error!("Error with git pull command {e}");
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue