Tweak path stuff

This commit is contained in:
zenground0 2023-06-27 11:29:14 -06:00
parent 4aa977f119
commit 77ea7ef90d

View File

@ -444,7 +444,7 @@ var statSnapshotCmd = &cli.Command{
jobCh = make(chan job)
go func() {
defer close(jobCh)
jobCh <- job{c: ts.ParentState(), key: "/statetree"}
jobCh <- job{c: ts.ParentState(), key: "/statetree/latest"}
}()
go func() {
defer close(resultCh)