diff options
Diffstat (limited to 'service/env/config.go')
-rw-r--r-- | service/env/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/config.go b/service/env/config.go index 1b743e84..ad7eddf5 100644 --- a/service/env/config.go +++ b/service/env/config.go @@ -6,7 +6,7 @@ import ( // Config defines set of env values for RR workers. type Config struct { - // Values to set as worker _ENV. + // values to set as worker _ENV. Values map[string]string } |