Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jun 27, 2021
1 parent 2ebd17b commit a783f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
4 changes: 1 addition & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a783f95

Please sign in to comment.