Skip to content

Commit e572aff

Browse files
Update cmd/bootstrap/cmd/rootblock.go
Co-authored-by: Yurii Oleksyshyn <[email protected]>
1 parent 4598f37 commit e572aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootstrap/cmd/rootblock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func rootBlock(cmd *cobra.Command, args []string) {
238238
// read the previously created cluster assignment (see cmd/bootstrap/cmd/clustering.go)
239239
clusteringData := readIntermediaryClusteringData()
240240
if flagEpochCounter != clusteringData.EpochCounter {
241-
log.Fatal().Msgf("Epoch counter does not match the one used to generate collector clusters")
241+
log.Fatal().Msgf("epoch counter does not match the one used to generate collector clusters")
242242
}
243243
clusters := clusteringData.Clusters
244244
log.Info().Msg("reading votes for collection node cluster root blocks")

0 commit comments

Comments
 (0)