Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Apr 24, 2015
1 parent 463e2e0 commit ab831f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Command/DumpCommand.php
Expand Up @@ -83,7 +83,7 @@ protected function configure()
protected function execute(InputInterface $input, OutputInterface $output)
{
$input;
$output->writeln('<comment>Start dumping cache.manifest...</comment>>');
$output->writeln('<comment>Start dumping cache.manifest...</comment>');
$this->webDirectory = $this->getContainer()->get('kernel')->getRootdir() . '/../web';
$this->filesystem = new Filesystem();
$this->finder = new Finder();
Expand Down
1 change: 0 additions & 1 deletion Resources/views/cache.html.twig
Expand Up @@ -12,7 +12,6 @@ CACHE:
{% else %}
/{{ path }}
{% endif %}

{% endfor %}
{% for path in custom_paths %}
{{ path }}
Expand Down

0 comments on commit ab831f5

Please sign in to comment.