Change name and prepare for push

This commit is contained in:
2026-07-28 18:03:43 +02:00
parent 42dcceaf4b
commit a0098a3946
9 changed files with 95 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ func atomicWriteJSON(path string, value any, mode os.FileMode) error {
if err != nil {
return err
}
temp, err := os.CreateTemp(dir, ".gh-threads-*")
temp, err := os.CreateTemp(dir, ".diple-*")
if err != nil {
return err
}