Skip to content

Commit

Permalink
Update ScaffoldInstallerPlugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
plopesc authored Sep 24, 2024
1 parent 8e7e46c commit f3e1f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScaffoldInstallerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private function installCICommands(): void
private function installGitlabCI(string $scaffoldPath): void {
$fs = new Filesystem();
$fs->removeDirectory('./.drainpipe/gitlab');

if (!isset($this->extra['drainpipe']['gitlab']) || !is_array($this->extra['drainpipe']['gitlab'])) {
return;
}
Expand Down

0 comments on commit f3e1f30

Please sign in to comment.