Skip to content

Commit

Permalink
fix xml build file issue with special char in password
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin committed Jul 4, 2017
1 parent 6899b06 commit 80a2886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/AbstractCommand.php
Expand Up @@ -388,7 +388,7 @@ protected function createBuildTimeFile($file)
<connection>
<dsn>%dsn%</dsn>
<user>%username%</user>
<password>%password%</password>
<password><![CDATA[%password%]]></password>
</connection>
</datasource>
Expand Down

0 comments on commit 80a2886

Please sign in to comment.