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(