Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use nickname as a description for gists
  • Loading branch information
AlexDaniel committed Jul 15, 2016
1 parent a1fd6fc commit 841ee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Perl6IRCBotable.pm
Expand Up @@ -152,7 +152,7 @@ sub upload {

my $res = $gist->create(
{
'description' => "the description for this gist",
'description' => $self->nick,
'public' => 'true',
'files' => \%files_param,
});
Expand Down

0 comments on commit 841ee41

Please sign in to comment.