We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07214de commit 88dffcfCopy full SHA for 88dffcf
1 file changed
src/Appwrite/Platform/Tasks/SDKs.php
@@ -54,7 +54,7 @@ public function __construct()
54
55
public function action(?string $selectedPlatform, ?string $selectedSDK, ?string $version, ?string $git, ?string $production, ?string $message, ?string $release, ?string $commit, ?string $sdks): void
56
{
57
- if (!$sdks){
+ if (!$sdks) {
58
$selectedPlatform ??= Console::confirm('Choose Platform ("' . APP_PLATFORM_CLIENT . '", "' . APP_PLATFORM_SERVER . '", "' . APP_PLATFORM_CONSOLE . '" or "*" for all):');
59
$selectedSDK ??= \strtolower(Console::confirm('Choose SDK ("*" for all):'));
60
} else {
0 commit comments