Browse Source

git push fix

fix-typo
Coin de Gamma 3 months ago
parent
commit
0296a1fb0e
  1. 2
      src/git.rs

2
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(

Loading…
Cancel
Save