Skip to content

Commit

Permalink
Update lib/modules/datasource/hex/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
bryannaegele and viceice authored Sep 3, 2024
1 parent b152481 commit 50ee499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/hex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class HexDatasource extends Datasource {
}

const hexRegistryUrl = joinUrlParts(registryUrl, urlPath);
logger.debug(`Package registry url: ${hexRegistryUrl}`);
logger.trace(`Package registry url: ${hexRegistryUrl}`);

const resp = await this.http.getBuffer(hexRegistryUrl);

Expand Down

0 comments on commit 50ee499

Please sign in to comment.