summaryrefslogtreecommitdiff
path: root/service/env
diff options
context:
space:
mode:
Diffstat (limited to 'service/env')
-rw-r--r--service/env/environment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/environment.go b/service/env/environment.go
index 8e89d2c8..52a5bcf4 100644
--- a/service/env/environment.go
+++ b/service/env/environment.go
@@ -1,6 +1,6 @@
package env
-// Provider aggregates list of environment variables. This interface can be used in custom implementation to drive
+// Environment aggregates list of environment variables. This interface can be used in custom implementation to drive
// values from external sources.
type Environment interface {
// GetEnv must return list of env variables.