Skip to content

Commit

Permalink
Update .github/actions/bot/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Baker <[email protected]>
  • Loading branch information
cartermckinnon and ndbaker1 authored Jun 19, 2024
1 parent cab89ca commit 32cb534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class CICommand {
}
}
}
if (osDistros.includes('*') != 1) {
if (osDistros.includes('*')) {
console.log("changed files matched a prefix mapped to the wildcard, not attempting to guess os_distros!");
return null;
}
Expand Down

0 comments on commit 32cb534

Please sign in to comment.