Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1vn committed Apr 24, 2018
1 parent 1c2b093 commit a9fce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func parseArgs(conf *sup.Supfile) (*sup.Network, []*sup.Command, error) {
return nil, nil, ErrUnknownNetwork
}

// Parse CLI --env flag env vars, define $SUP_ENV and override values defined in Network env.
// Parse CLI --env flag env vars, override values defined in Network env.
for _, env := range envVars {
if len(env) == 0 {
continue
Expand Down

0 comments on commit a9fce3a

Please sign in to comment.