Skip to content

Commit

Permalink
fix: use the %kernel.project_dir% param for the disk_usage check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gerig committed Feb 22, 2022
1 parent 722fbe1 commit ffa5798
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ private function buildChecksNode(): NodeDefinition
->min(0)->max(100)
->end()
->scalarNode('path')
->info('The root directory of the server.')
->defaultValue('/')
->info('The root directory of the hosting.')
->defaultValue('%kernel.project_dir%')
->isRequired()
->end()
->end()
Expand Down

0 comments on commit ffa5798

Please sign in to comment.