Skip to content

Commit

Permalink
Issue #535: Fix elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
leonel-lullabot committed Apr 29, 2024
1 parent f57c15e commit 6dd5bd5
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 @@ -293,7 +293,7 @@ private function installCICommands(): void
$fs->copy("$scaffoldPath/github/workflows/PantheonReviewApps.yml", './.github/workflows/PantheonReviewApps.yml');
}
}
elseif ($github === 'PantheonReviewAppsManual') {
else if ($github === 'PantheonReviewAppsManual') {
$fs->ensureDirectoryExists('./.github/actions/drainpipe/pantheon');
$fs->ensureDirectoryExists('./.github/workflows');
$fs->copy("$scaffoldPath/github/actions/pantheon", './.github/actions/drainpipe/pantheon');
Expand Down

0 comments on commit 6dd5bd5

Please sign in to comment.