Skip to content

Commit e017674

Browse files
SoManyHsallisaurus
authored andcommitted
Capitalize method in documentation
To appease the IDE Linter gods
1 parent 4819c92 commit e017674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-cli/modules/utils/compose/convert_task_definition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func convertToContainerDef(context *project.Context, inputCfg *config.ServiceCon
394394
return nil
395395
}
396396

397-
// convertToKeyValuePairs transforms the map of environment variables into list of ecs.KeyValuePair.
397+
// ConvertToKeyValuePairs transforms the map of environment variables into list of ecs.KeyValuePair.
398398
// Environment variables with only a key are resolved by reading the variable from the shell where ecscli is executed from.
399399
// TODO: use this logic to generate RunTask overrides for ecscli compose commands (instead of always creating a new task def)
400400
func ConvertToKeyValuePairs(context *project.Context, envVars yaml.MaporEqualSlice, serviceName string) []*ecs.KeyValuePair {

0 commit comments

Comments
 (0)