mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-09 10:47:18 +00:00
fix: typo
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
parent
ce947b1908
commit
9ae347519b
@ -164,7 +164,7 @@ func getDataSources() ([]string, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// No datasources found. This allows us to support the multi-target pattern
|
// No datasources found. This allows us to support the multi-target pattern
|
||||||
// withouth an explicit datasource.
|
// without an explicit datasource.
|
||||||
if uri == "" {
|
if uri == "" {
|
||||||
return []string{}, nil
|
return []string{}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user