mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix in typo in cmd/prometheus/main.go (#9632)
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
parent
660329d5b3
commit
4b799c361a
|
@ -1344,7 +1344,7 @@ func (s *readyStorage) StartTime() (int64, error) {
|
|||
case *agent.DB:
|
||||
return db.StartTime()
|
||||
default:
|
||||
panic(fmt.Sprintf("unkown storage type %T", db))
|
||||
panic(fmt.Sprintf("unknown storage type %T", db))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue