Skip to content

Commit

Permalink
Merge pull request #32 from mpociot/analysis-zDyAy9
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
mpociot committed May 25, 2016
2 parents b54f991 + c81806e commit 00f0415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/CaptainHook/Jobs/TriggerWebhooksJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function handle()
$log->save();

// Retry this job if the webhook response didn't give us a HTTP 200 OK
if ($response->getStatusCode() >= 300 || $response->getStatusCode() < 200 ) {
if ($response->getStatusCode() >= 300 || $response->getStatusCode() < 200) {
$this->release(30);
}

Expand Down

0 comments on commit 00f0415

Please sign in to comment.