From 0296a1fb0e814bc004f4e6af4307faca9d22ed05 Mon Sep 17 00:00:00 2001 From: Coin de Gamma Date: Sat, 21 Sep 2024 09:34:25 +0000 Subject: [PATCH] git push fix --- src/git.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/git.rs b/src/git.rs index 2656e62..ad045f8 100644 --- a/src/git.rs +++ b/src/git.rs @@ -29,10 +29,8 @@ impl Git { io::ErrorKind::Other, format!("Failed to execute git commit: {}", e) ))?; - Command::new("git") .arg("push") - .arg(paths::PATH_DB) .current_dir(&sp) .status() .map_err(|e| io::Error::new(