Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 22, 2020
1 parent 2299485 commit 908694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/rubygems/get.ts
Expand Up @@ -23,7 +23,7 @@ export async function fetch(

const url = urlJoin(registry, path, `${dependency}.json`);

logger.trace({ dependency }, `RubyGems lookup request: ${url}`);
logger.trace({ dependency }, `RubyGems lookup request: ${String(url)}`);
const response = (await http.getJson(url, { headers })) || {
body: undefined,
};
Expand Down

0 comments on commit 908694b

Please sign in to comment.