Quellcode durchsuchen

Merge pull request #820 from browseman/patch-1

Update IndexPackagesCommand.php
Rob vor 7 Jahren
Ursprung
Commit
494a75b54c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'),