Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
upd func docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 8, 2020
1 parent 563b232 commit eb2fdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/envvars/envvars.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

// SetEnvVars sets env vars for given env
// SetEnvVars sets env vars for given service selection
func SetEnvVars(services []string, selected []string) error {
for _, service := range services {
key := fmt.Sprintf("%s_HOST", strings.ToUpper(strings.ReplaceAll(service, "-", "_")))
Expand Down

0 comments on commit eb2fdec

Please sign in to comment.