From 9ae347519b63942d85565b33f815f52df7394df9 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Tue, 30 Aug 2022 06:48:06 +0200 Subject: [PATCH] fix: typo Signed-off-by: Yoan Blanc --- cmd/postgres_exporter/datasource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/postgres_exporter/datasource.go b/cmd/postgres_exporter/datasource.go index fdfcbd6a..0a2b943a 100644 --- a/cmd/postgres_exporter/datasource.go +++ b/cmd/postgres_exporter/datasource.go @@ -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 }