Skip to content

Commit

Permalink
prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrandinetti committed Dec 31, 2024
1 parent cc1f892 commit bbdee6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/modules/manager/bundler/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ function buildBundleHostVariable(hostRule: HostRule): Record<string, string> {
const varName = hostConfigVariablePrefix.concat(
hostRule.resolvedHost
.toUpperCase()
.split('.')
.join('__')
.split('-')
.join('___'),
.split('.')
.join('__')
.split('-')
.join('___'),
);
return {
[varName]: `${getAuthenticationHeaderValue(hostRule)}`,
Expand Down

0 comments on commit bbdee6a

Please sign in to comment.