Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Jul 10, 2023
1 parent fb017be commit 717e7ef
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 @@ -325,7 +325,7 @@ private function installCICommands(): void
$settings = file_get_contents('./web/sites/default/settings.php');
if (!str_contains($settings, 'include __DIR__ . "/settings.tugboat.php";')) {
$include = 'include __DIR__ . "/settings.tugboat.php";';
file_put_contents('./web/sites/default/settings.php', $include . PHP_EOL, FILE_APPEND);
//file_put_contents('./web/sites/default/settings.php', $include . PHP_EOL, FILE_APPEND);
}
}
}
Expand Down

0 comments on commit 717e7ef

Please sign in to comment.