fix: typo

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc 2022-08-30 06:48:06 +02:00 committed by GitHub
parent ce947b1908
commit 9ae347519b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}