Skip to content

Commit

Permalink
svs: uppercase keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Feb 5, 2025
1 parent e8f0063 commit a52950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/sync/snapshot_node_latest.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (s *SnapshotNodeLatest) snapName(node enc.Name, boot uint64) enc.Name {
return node.
Append(s.groupPrefix...).
Append(enc.NewTimestampComponent(boot)).
Append(enc.NewKeywordComponent("snap"))
Append(enc.NewKeywordComponent("SNAP"))
}

// fetch fetches the latest snapshot.
Expand Down

0 comments on commit a52950b

Please sign in to comment.