Skip to content

Commit

Permalink
TASK: Remove update alias command
Browse files Browse the repository at this point in the history
The alias update is done automatically
  • Loading branch information
dfeyer committed Jul 11, 2016
1 parent 38bbc61 commit e5d1156
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,6 @@ public function buildCommand($workspace = NULL) {
$this->outputLine('Indexing jobs created with success ...');
}

/**
* @param string $indexPostfix
*/
public function updateAliasCommand($indexPostfix) {
$this->nodeIndexer->setIndexNamePostfix($indexPostfix);
$this->nodeIndexer->updateIndexAlias();
}

/**
* @param string $workspaceName
* @param string $indexPostfix
Expand Down

0 comments on commit e5d1156

Please sign in to comment.