diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-05-31 20:50:22 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 20:50:22 +1000 |
| commit | 4c98da0d29810e4713b3ecf6a00fc60cdf2ac202 (patch) | |
| tree | 39b2fe87866418a826ca15acdde4c1e4b03cd0fb /internal/configuration/types.go | |
| parent | 8a24d422c1cbd65e1627195a298ab570c620cf10 (diff) | |
test(configuration): add some additional coverage (#5485)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/configuration/types.go')
| -rw-r--r-- | internal/configuration/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/types.go b/internal/configuration/types.go index 7a3b1822c..198e829a1 100644 --- a/internal/configuration/types.go +++ b/internal/configuration/types.go @@ -21,7 +21,7 @@ type FileSource struct { filters []FileFilter } -// EnvironmentSource is a configuration configuration.Source which loads values from the environment. +// EnvironmentSource is a configuration.Source which loads values from the environment. type EnvironmentSource struct { koanf *koanf.Koanf prefix string |
