minor cleanup

This commit is contained in:
Stephen D 2025-01-14 20:43:40 -05:00
parent 4139ebff95
commit 53cc1f010b

View File

@ -25,7 +25,7 @@ fn main() -> anyhow::Result<()> {
let _ = std::fs::remove_file(path); let _ = std::fs::remove_file(path);
} }
} else { } else {
let _ = File::create(env::temp_dir().join(".gg-failed")); let _ = File::create(path);
} }
Ok(()) Ok(())