Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Jun 29, 2023
1 parent ff8812b commit 13412ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-sources-updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ async function getCurrentUBOScriptlets() {
}
const alias = line
.replace(/,?$/g, '')
.replace(/'/g, '')
.replace(/'/g, '');
aliases.push(alias);
continue;
}
Expand Down

0 comments on commit 13412ed

Please sign in to comment.