From bc12187e62cd9fea77cbcc5883b1b32cd729b957 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 19 Feb 2024 17:09:08 +1300 Subject: [PATCH] Fix console SDK git ref --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 4d99132000..447f7f008d 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -195,7 +195,7 @@ return [ 'family' => APP_PLATFORM_CONSOLE, 'prism' => 'javascript', 'source' => \realpath(__DIR__ . '/../sdks/console-web'), - 'gitUrl' => 'https://github.com/appwrite/sdk-for-console.git', + 'gitUrl' => 'git@github.com:appwrite/sdk-for-console.git', 'gitBranch' => '1.5.x', 'gitRepoName' => 'sdk-for-console', 'gitUserName' => 'appwrite',