Skip to content

Commit

Permalink
Fix addNotifier() call
Browse files Browse the repository at this point in the history
  • Loading branch information
ajessu committed Apr 8, 2011
1 parent a27a12b commit 08dcbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ By default, Sismo reads its configuration from ``~/.sismo/config.php``::
$sf2->setCommand('./vendors.sh; phpunit');
$sf2->setSlug('symfony-local');
$sf2->setUrlPattern('https://github.com/symfony/symfony/commit/%commit%');
$sf2->addNotifer($notifier);
$sf2->addNotifier($notifier);
$projects[] = $sf2;

return $projects;
Expand Down

0 comments on commit 08dcbb8

Please sign in to comment.