diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index b50f248b57..c8c089bd3c 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -26,7 +26,7 @@ $cli ->task('sdks') ->action(function () { $platforms = Config::getParam('platforms'); - $selectedPlatform = Console::confirm('Choose Platform ("'. APP_PLATFORM_CLIENT .'", "'. APP_PLATFORM_SERVER .'", "'. APP_PLATFORM_CONSOLE .'" or "*" for all):'); + $selectedPlatform = Console::confirm('Choose Platform ("' . APP_PLATFORM_CLIENT . '", "' . APP_PLATFORM_SERVER . '", "' . APP_PLATFORM_CONSOLE . '" or "*" for all):'); $selectedSDK = \strtolower(Console::confirm('Choose SDK ("*" for all):')); $version = Console::confirm('Choose an Appwrite version'); $git = (Console::confirm('Should we use git push? (yes/no)') == 'yes');