This commit is contained in:
Ashley Wulber 2022-08-01 11:11:26 -04:00
parent 580df62e46
commit 73d2107dc9
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
10 changed files with 5 additions and 21 deletions

View file

@ -1,4 +1,4 @@
use std::{env, path::PathBuf, process::Command};
use std::{process::Command};
fn main() {
if let Some(output) = Command::new("git")