export root note fix, #2346

This commit is contained in:
zadam
2023-01-03 21:30:49 +01:00
parent 291ef87c9b
commit 6dce13bc34
3 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ function exportBranch(req, res) {
const branch = becca.getBranch(branchId);
if (!branch) {
const message = `Cannot export branch ${branchId} since it does not exist.`;
const message = `Cannot export branch '${branchId}' since it does not exist.`;
log.error(message);
res.setHeader("Content-Type", "text/plain")