Skip to content

Commit

Permalink
Fix the default values in the SetEnvParametersTask. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestit-el-bardan authored Mar 1, 2018
1 parent 12c4cc0 commit 488ed5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Misc/SetEnvParametersTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public function execute()
public function getDefaults()
{
return [
'prefix' => 'ENV'
'prefix' => 'ENV_',
'encodeForXml' => false
];
}
}

0 comments on commit 488ed5c

Please sign in to comment.