1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Merge pull request #680 from greut/patch-1

fix: typo
This commit is contained in:
Ben Kochie
2022-08-30 08:38:37 +02:00
committed by GitHub

View File

@@ -164,7 +164,7 @@ func getDataSources() ([]string, error) {
}
// No datasources found. This allows us to support the multi-target pattern
// withouth an explicit datasource.
// without an explicit datasource.
if uri == "" {
return []string{}, nil
}