Skip to content

Commit

Permalink
Fixes gh-1
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jul 3, 2010
1 parent eb700f7 commit d747b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gistp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sub post_gist {
my $mech = WWW::Mechanize->new;
$mech->get('http://gist.github.com');
$mech->submit_form(
form_number => 1,
form_number => 2,
fields => $fields,
);

Expand Down

0 comments on commit d747b23

Please sign in to comment.