Skip to content

Commit

Permalink
nitfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Nov 5, 2024
1 parent 31310f2 commit b757bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/as_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ func parseAllDcStats(rawMap map[string]string) lib.Stats {
dcNames := ParseDCNames(rawMap)

for _, dc := range dcNames {
newCmd := constStatDC + "/" + dc
newCmd := constStatDC + dc
s := parseBasicInfo(rawMap[newCmd])
dcStats[dc] = s
}
Expand Down

0 comments on commit b757bd1

Please sign in to comment.