Skip to content

Commit

Permalink
continue things
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Mar 7, 2024
1 parent 6362e51 commit 90f913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blt/Plugin/Commands/SwsCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public function updateSites($sites, $options = ['partial-config-import' => FALSE

if ($task->run()->wasSuccessful()) {
file_put_contents(sys_get_temp_dir() . '/success-report.txt', $site_name . PHP_EOL, FILE_APPEND);
return;
continue;
}

file_put_contents(sys_get_temp_dir() . '/failed-report.txt', $site_name . PHP_EOL, FILE_APPEND);
Expand Down

0 comments on commit 90f913b

Please sign in to comment.