minor cleanup
This commit is contained in:
parent
4139ebff95
commit
53cc1f010b
@ -25,7 +25,7 @@ fn main() -> anyhow::Result<()> {
|
||||
let _ = std::fs::remove_file(path);
|
||||
}
|
||||
} else {
|
||||
let _ = File::create(env::temp_dir().join(".gg-failed"));
|
||||
let _ = File::create(path);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user