Skip to content

Commit fed6bf0

Browse files
authored
fix run variable undefined $api by mxgrim
2 parents 3694d1f + 75b10c4 commit fed6bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-binance-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ protected function downloadCurlCaBundle()
23442344
$output_filename = getcwd() . "/ca.pem";
23452345

23462346
if (is_writable(getcwd()) === false) {
2347-
die(getcwd() . " folder is not writeable, please check your permissions to download CA Certificates, or use $api->caOverride = true;");
2347+
die(getcwd() . ' folder is not writeable, please check your permissions to download CA Certificates, or use $api->caOverride = true;');
23482348
}
23492349

23502350
$host = "https://curl.haxx.se/ca/cacert.pem";

0 commit comments

Comments
 (0)