Skip to content

Commit

Permalink
Uncomment line causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 29, 2022
1 parent 372e5cc commit 6417707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/HydeBuildSearchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function handle(): int
$actionTime = microtime(true);

$this->comment('Generating documentation site search index...');
// GeneratesDocumentationSearchIndexFile::run();
GeneratesDocumentationSearchIndexFile::run();
$this->line(' > Created <info>'.GeneratesDocumentationSearchIndexFile::$filePath.'</> in '.
$this->getExecutionTimeInMs($actionTime)."ms\n");

Expand Down

0 comments on commit 6417707

Please sign in to comment.