1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

Updated spec path

This commit is contained in:
Eldad Fux 2020-05-17 08:24:45 +03:00
parent c8973d62dc
commit ea6a3cec31
2 changed files with 2 additions and 1 deletions

1
app/sdks/git/ruby Submodule

@ -0,0 +1 @@
Subproject commit f7e122b5a4153b5a2249ce0375db9555644450da

View file

@ -56,7 +56,7 @@ $cli
//$spec = getSSLPage('http://localhost/v1/open-api-2.json?extensions=1&platform='.$language['family']);
$spec = getSSLPage('https://appwrite.io/v1/open-api-2.json?extensions=1&platform='.$language['family']);
$spec = getSSLPage('https://localhost:2444/v1/open-api-2.json?extensions=1&platform='.$language['family']);
$spec = getSSLPage('https://localhost/v1/open-api-2.json?extensions=1&platform='.$language['family']);
$result = realpath(__DIR__.'/..').'/sdks/'.$key.'-'.$language['key'];
$target = realpath(__DIR__.'/..').'/sdks/git/'.$language['key'].'/';