Skip to content
Snippets Groups Projects
Commit 2ac09990 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

Chessa::Bug::Adelie: snippets should have $

parent 161f61fd
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ sub snippet {
id => $num,
url => $json->{web_url},
);
my $str = $self->{msg}("$project!$d{id}", $d{title}) . ' (' .
my $str = $self->{msg}("$project\$$d{id}", $d{title}) . ' (' .
$self->{msg}('Author', $d{author}) . ") - $d{url}";
$on_info->($str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment