Explorar o código

Merge pull request #820 from browseman/patch-1

Update IndexPackagesCommand.php
Rob %!s(int64=7) %!d(string=hai) anos
pai
achega
494a75b54c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Packagist/WebBundle/Command/IndexPackagesCommand.php

+ 1 - 1
src/Packagist/WebBundle/Command/IndexPackagesCommand.php

@@ -31,7 +31,7 @@ class IndexPackagesCommand extends ContainerAwareCommand
     protected function configure()
     {
         $this
-            ->setName('packcagist:index')
+            ->setName('packagist:index')
             ->setDefinition(array(
                 new InputOption('force', null, InputOption::VALUE_NONE, 'Force a re-indexing of all packages'),
                 new InputOption('all', null, InputOption::VALUE_NONE, 'Index all packages without clearing the index first'),