Skip to content

Commit

Permalink
fixup! fix: make errors during conan package url determination non fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnLeijssen-TomTom committed Jul 17, 2023
1 parent 9e2fad8 commit 1c1738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/conan/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class ConanDatasource extends Datasource {
}
}
} catch (err) {
logger.debug({ err }, "Couldn't determine conan package url");
logger.debug({ err }, "Couldn't determine Conan package url");
}
return dep;
}
Expand Down

0 comments on commit 1c1738f

Please sign in to comment.