Skip to content

Commit aed2c85

Browse files
committed
Fixed missing repo information
1 parent 0191ca5 commit aed2c85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Command/SiteCheckoutCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ protected function interact(InputInterface $input, OutputInterface $output) {
105105
protected function execute(InputInterface $input, OutputInterface $output) {
106106
parent::execute($input, $output);
107107

108+
// Validate repo.
109+
$this->_validateRepo();
110+
108111
// Validate branch.
109112
$this->_validateBranch($input);
110113

0 commit comments

Comments
 (0)