Use compatible perl string concatenation

pull/3768/head
Oliver Günther 9 years ago
parent 3f51167d17
commit 0a48bcae3e
  1. 2
      extra/Apache/OpenProjectRepoman.pm

@ -156,7 +156,7 @@ sub _handle_request {
repository => $target,
path => $target,
# This is only useful in the packager context
url => 'file://' + $target
url => 'file://' . $target
};
}

Loading…
Cancel
Save