Skip to content

Commit ac9fa13

Browse files
authored
Merge pull request #680 from greut/patch-1
fix: typo
2 parents ce947b1 + 9ae3475 commit ac9fa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/postgres_exporter/datasource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func getDataSources() ([]string, error) {
164164
}
165165

166166
// No datasources found. This allows us to support the multi-target pattern
167-
// withouth an explicit datasource.
167+
// without an explicit datasource.
168168
if uri == "" {
169169
return []string{}, nil
170170
}

0 commit comments

Comments
 (0)