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

Chessa::Bug::Adelie: yet another thinko

parent 938c4fc1
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ sub handle {
if (!exists($self->{projects}{$project}) && ($type != 'snippets')) {
return;
}
if (defined($project)) {
if (length($project)) {
$base .= 'projects/' . $self->{projects}{$project} . '/';
}
......
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