Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 13, 2024
1 parent 1c9df43 commit 644f67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/RequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function request(): string {
curl_close( $curl );

if ( ! in_array( $response_status_code, $this->expected_status_codes, true ) ) {
if ( $proxied && $body === false ) {
if ( $proxied && $result === false ) {
$body = sprintf( 'Is the Automattic Proxy running and accessible through %s?', Config::get_proxy_url() );
}

Expand Down

0 comments on commit 644f67d

Please sign in to comment.