mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
latest rancher-compose, default.go -> os-config.yml
also, gofmt
This commit is contained in:
@@ -20,7 +20,7 @@ func envAction(c *cli.Context) {
|
||||
args := c.Args()
|
||||
osEnv := os.Environ()
|
||||
|
||||
envMap := make(map[string]string, len(cfg.Environment) + len(osEnv))
|
||||
envMap := make(map[string]string, len(cfg.Environment)+len(osEnv))
|
||||
for k, v := range cfg.Environment {
|
||||
envMap[k] = v
|
||||
}
|
||||
|
Reference in New Issue
Block a user