Skip to content
Snippets Groups Projects
Commit 53cc1f01 authored by Stephen D's avatar Stephen D
Browse files

minor cleanup

parent 4139ebff
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ fn main() -> anyhow::Result<()> { ...@@ -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(())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment