Remove unnecessary check

This commit is contained in:
Benoit Daloze
2021-06-27 13:41:20 +02:00
parent 2ebd17bccd
commit a783f957cd
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -178,9 +178,7 @@ export function setupPath(newPathEntries) {
}
console.log(`Entries added to ${envPath} to use selected Ruby:`)
for (const entry of newPath) {
if (!cleanPath.includes(entry)) {
console.log(` ${entry}`)
}
console.log(` ${entry}`)
}
core.endGroup()