Fix console SDK git ref

This commit is contained in:
Jake Barnby
2024-02-19 17:09:08 +13:00
parent c86d26a459
commit bc12187e62
+1 -1
View File
@@ -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',