diff options
Diffstat (limited to 'server_config.go')
-rw-r--r-- | server_config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go index 50b19d5a..88d15e1f 100644 --- a/server_config.go +++ b/server_config.go @@ -29,7 +29,7 @@ type ServerConfig struct { // while server is running. Pool *Config - // Default defines set of values to be passed to the command context. + // values defines set of values to be passed to the command context. env []string } |