[201911][procdockerstatsd] fix typo for variable name (#7183)

This commit is contained in:
pra-moh 2021-03-29 19:22:03 -07:00 committed by GitHub
parent 72b32a96fc
commit e1eb1bda59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ class ProcDockerStats(daemon_base.DaemonBase):
UNITS_KB = 'KB'
UNITS_MB = 'MB'
UNITS_GB = 'GB'
UNITS_GB = 'TB'
UNITS_TB = 'TB'
UNITS_MiB = 'MiB'
UNITS_GiB = 'GiB'
UNITS_TiB = 'TiB'