Skip to content

Commit 53bec8c

Browse files
authored
Quote string starting with % in yaml config file
1 parent 5d58769 commit 53bec8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/config/services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ parameters:
33

44
services:
55
aws_sdk:
6-
class: %aws_sdk.class%
6+
class: "%aws_sdk.class%"
77
arguments:
8-
- ~
8+
- ~

0 commit comments

Comments
 (0)