fix: typo in digest newValue

Closes #2674
This commit is contained in:
Rhys Arkins 2018-10-22 10:49:36 +02:00
parent e2ee255b17
commit 9c0135cf0d
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ async function getPrBody(config) {
upgrade.newValue = config.newDigestShort;
}
if (newValue) {
upgrade.newVaue = newValue + '@' + newDigestShort;
upgrade.newValue = newValue + '@' + newDigestShort;
} else {
upgrade.newValue = newDigestShort;
}

View file

@ -116,7 +116,7 @@ Array [
|---|---|---|---|---|
| dummy | devDependencies | lockFileMaintenance | \`1.0.0\` -> \`1.1.0\` | [homepage](https://dummy.com), [source](https://github.com/renovateapp/dummy), [changelog](https://github.com/renovateapp/dummy/changelog.md) |
| a | | | \`aaaaaaa\` | |
| b | | pin | | |
| b | | pin | \`some_new_value@bbbbbbb\` | |
| c | | | | |
| d | | lockFileMaintenance | | |