Skip to content

Commit

Permalink
fix cache maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Apr 27, 2022
1 parent c8c05fe commit f30aa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/createMatrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function getClientMatrix({

for (const { language, client, output } of Object.values(GENERATORS)) {
// `algoliasearch` is an aggregation of clients
if (language !== forLanguage || client === 'algoliasearch') {
if (forLanguage !== language || client === 'algoliasearch') {
continue;
}

Expand Down

0 comments on commit f30aa37

Please sign in to comment.