Update cmd/admin_snapshot.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-11 20:19:50 +01:00
committed by GitHub
parent e8256d66e3
commit a23577d531

View File

@@ -22,7 +22,7 @@ import (
)
const (
snapshotManifestPath = "manifest.json"
snapshotManifestPath = ".fs-snapshot/manifest.json"
snapshotFormat = 1
)