diff options
| author | historia <[not public]> | 2026-06-30 04:43:54 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 04:43:54 -0400 |
| commit | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (patch) | |
| tree | d4c5c4955ba8e02e895ae0713a2c3439bc93868a /internal/admin/undo.go | |
| parent | 712072209ab5e3b3a14ebc0c770b020afe544560 (diff) | |
| download | thehouseoficarus-98bdef072c843fdd8ccdf85a9b54ab9d32d34187.tar.gz | |
slop refactor
Diffstat (limited to 'internal/admin/undo.go')
| -rw-r--r-- | internal/admin/undo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/undo.go b/internal/admin/undo.go index 39e8c4e..bdd16e6 100644 --- a/internal/admin/undo.go +++ b/internal/admin/undo.go @@ -42,7 +42,7 @@ func NewUndoStack(dataDir string) *UndoStack { us := &UndoStack{ dataDir: dataDir, maxSize: 100, - filePath: filepath.Join(dataDir, ".admin_history.yaml"), + filePath: filepath.Join(dataDir, ".admin_history.json"), } us.load() return us |
