diff --git a/src/flo/Command/PullRequest/DeployCommand.php b/src/flo/Command/PullRequest/DeployCommand.php index eb502d9..e8469fa 100644 --- a/src/flo/Command/PullRequest/DeployCommand.php +++ b/src/flo/Command/PullRequest/DeployCommand.php @@ -119,10 +119,6 @@ protected function execute(InputInterface $input, OutputInterface $output) { throw new \Exception("You must run pr-deploy from the git root."); } - if ($git_root->getOutput() !== $current_dir->getOutput()) { - throw new \Exception("You must run pr-deploy from the git root."); - } - // Lets rsync this workspace now. $pull_request = $this->getConfigParameter('pull_request'); $path = "{$pull_request['prefix']}-{$pr_number}.{$pull_request['domain']}";