1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Fix console SDK git ref

This commit is contained in:
Jake Barnby 2024-02-19 17:09:08 +13:00
parent c86d26a459
commit bc12187e62
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

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',