docs: correct way to print release plugin name

This commit is contained in:
Julien Viala 2019-04-02 19:09:50 +02:00 committed by Pierre Vanduynslager
parent db3fc3eaf7
commit 0cd8a57b4f

View File

@ -39,7 +39,7 @@ try {
}
for (const release of releases) {
console.log(`The release was published with plugin "${pluginName}".`);
console.log(`The release was published with plugin "${release.pluginName}".`);
}
} else {
console.log('No release published.');