Skip to content

Commit a783f95

Browse files
committed
Remove unnecessary check
1 parent 2ebd17b commit a783f95

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

common.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ export function setupPath(newPathEntries) {
178178
}
179179
console.log(`Entries added to ${envPath} to use selected Ruby:`)
180180
for (const entry of newPath) {
181-
if (!cleanPath.includes(entry)) {
182-
console.log(` ${entry}`)
183-
}
181+
console.log(` ${entry}`)
184182
}
185183
core.endGroup()
186184

dist/index.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)