Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
winks committed Mar 21, 2012
1 parent f5fee3c commit 9f131e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Git/PostReceiveHook.php
Expand Up @@ -93,7 +93,7 @@ public function process()
}
}

$unpushedBranches = array_diff($this->allBranches, $thi->updatedBranches);
$unpushedBranches = array_diff($this->allBranches, $this->updatedBranches);
foreach (array_unique($revisions) as $revision) {
if (!$this->isRevExistsInBranches($revision, $unpushedBranches)) {
$this->sendCommitMail($revision);
Expand Down

0 comments on commit 9f131e9

Please sign in to comment.