We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2e806 commit 0cc9bd4Copy full SHA for 0cc9bd4
templates/cli/app/services/service.php.twig
@@ -99,7 +99,7 @@ $cli
99
$params['project'] = $client->getPreference('X-Appwrite-Project');
100
$params['key'] = $client->getPreference('X-Appwrite-Key');
101
$path = $client->getPreference(Client::PREFERENCE_ENDPOINT).$path . "?" . http_build_query($params);
102
- echo "Please follow this URL to view your file \n".$path;
+ echo $path;
103
104
{% else %}
105
0 commit comments