Skip to content

Commit

Permalink
Address CR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk committed May 20, 2019
1 parent 65c8612 commit b3f424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/lib/queue-worker-service-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface QueueWorkerServiceBaseProps {
/**
* The environment variables to pass to the container.
*
* @default none
* @default 'QUEUE_NAME: queue.queueName'
*/
readonly environment?: { [key: string]: string };

Expand Down

0 comments on commit b3f424a

Please sign in to comment.