Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mpociot/captainhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pociot committed Feb 16, 2016
2 parents b497839 + 4169f67 commit 02448e8
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 @@ -87,7 +87,7 @@ public function handle()
$client->post($webhook[ 'url' ], [
'body' => $this->eventData,
'verify' => false,
'timeout' => 10
'timeout' => 10,
]);
}
}
Expand Down

0 comments on commit 02448e8

Please sign in to comment.