summaryrefslogtreecommitdiff
path: root/service/env
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-10 15:49:40 +0300
committerGitHub <[email protected]>2018-09-10 15:49:40 +0300
commitad1b967117f04772fcdbabc6356bf12db90340dc (patch)
tree46a3d6b9d905a058c12c6bfd2f52d5d136c5adb1 /service/env
parentb7eccd1176f8bc884e990cd4b2daf6e983e60302 (diff)
Update environment.go
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.