fix project url
This commit is contained in:
parent
f360920e21
commit
85424afccf
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ module.exports = {
|
||||||
"issuePrefixes": [
|
"issuePrefixes": [
|
||||||
"#"
|
"#"
|
||||||
],
|
],
|
||||||
"issueUrlFormat": `${PROJECT_URL}/issues/{{id}}`
|
"issueUrlFormat": "${PROJECT_URL}/issues/{{id}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue