Skip to content

Commit 8f0688f

Browse files
committed
fix: add missing command description to the CLI
1 parent e1d5978 commit 8f0688f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function getSSLPage($url) {
3737
}
3838

3939
// Leave the platform you want uncommented
40-
// $platform = 'client';
41-
$platform = 'console';
40+
$platform = 'client';
41+
// $platform = 'console';
4242
// $platform = 'server';
4343

4444
$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/master/app/config/specs/swagger2-latest-{$platform}.json");

0 commit comments

Comments
 (0)