Skip to content

Commit

Permalink
fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jul 2, 2017
1 parent e2d654d commit 56c53b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessManagerBundle/Installer/PimcoreInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function isInstalled()
*/
public function canBeInstalled()
{
return true;
return !$this->isInstalled();
}

/**
Expand Down

0 comments on commit 56c53b9

Please sign in to comment.