diff --git a/src/ScaffoldInstallerPlugin.php b/src/ScaffoldInstallerPlugin.php index 02e602a3..6d4136f4 100644 --- a/src/ScaffoldInstallerPlugin.php +++ b/src/ScaffoldInstallerPlugin.php @@ -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');