From ea6a3cec31ca9a6f49031475ad27aed808968ac3 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 17 May 2020 08:24:45 +0300 Subject: [PATCH] Updated spec path --- app/sdks/git/ruby | 1 + app/tasks/sdks.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 app/sdks/git/ruby diff --git a/app/sdks/git/ruby b/app/sdks/git/ruby new file mode 160000 index 000000000..f7e122b5a --- /dev/null +++ b/app/sdks/git/ruby @@ -0,0 +1 @@ +Subproject commit f7e122b5a4153b5a2249ce0375db9555644450da diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index 588efe1d0..cf5fa35b3 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -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'].'/';