Skip to content

Commit

Permalink
Merge pull request #16 from MidLifeXis/example-missing-close-quote
Browse files Browse the repository at this point in the history
Add missing quote to example
  • Loading branch information
nichtich committed Jun 14, 2016
2 parents c95dab5 + ecc07c8 commit 9e3a238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/App/GitHub/WebHook.pm
Expand Up @@ -380,7 +380,7 @@ repository into a local working directory.
use Plack::App::GitHub::WebHook;
use IPC::Run3;
my $branch = "master;
my $branch = "master";
my $work_tree = "/some/path";
Plack::App::GitHub::WebHook->new(
Expand Down

0 comments on commit 9e3a238

Please sign in to comment.