Skip to content

Commit

Permalink
Update lib/modules/manager/bundler/artifacts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Jan 8, 2025
1 parent aed6e7e commit 309aa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/bundler/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {
const hostConfigVariablePrefix = 'BUNDLE_';

function buildBundleHostVariable(hostRule: HostRule): Record<string, string> {
// istanbul ignore if: doesn't happen in practice
if (!hostRule.resolvedHost) {
return {};
}
Expand Down

0 comments on commit 309aa70

Please sign in to comment.