We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6643028 commit d5b0202Copy full SHA for d5b0202
src/Keboola/Console/Command/DeletedProjectsPurge.php
@@ -102,7 +102,8 @@ private function purgeProject(
102
}
103
sleep(2);
104
$output->writeln(
105
- sprintf(' - - Waiting for project "%s" (%s) to be purged: execution id %s',
+ sprintf(
106
+ ' - - Waiting for project "%s" (%s) to be purged: execution id %s',
107
$projectName,
108
$projectId,
109
$response['commandExecutionId'],
0 commit comments