ソースを参照

Update IndexPackagesCommand.php

browseman 7 年 前
コミット
cc4a97af4c
1 ファイル変更1 行追加1 行削除
  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'),