Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekinhbayar committed Dec 7, 2016
1 parent 4fc4a76 commit 859935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/Changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function getCommitReference(Command $command, string $path)

foreach ($responses as $key => $response)
{
ıf($response->getStatus() !== 200){
if($response->getStatus() !== 200){
$resource = ($key === 'branch') ? $branch : 'repository';
} else {
$commit = json_decode($response->getBody(), true);
Expand Down

0 comments on commit 859935b

Please sign in to comment.