From 4d9a1002b10baebad65efcd2cddf6bf1d334c4ee Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 30 Oct 2024 10:56:48 +0100 Subject: [PATCH] feat Signed-off-by: Jan Kowalleck --- src/builders/fromPath.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builders/fromPath.node.ts b/src/builders/fromPath.node.ts index c42d74f52..2dea23a14 100644 --- a/src/builders/fromPath.node.ts +++ b/src/builders/fromPath.node.ts @@ -50,7 +50,7 @@ export class LicenseEvidenceBuilder { * Throws error, if license attachment content could not be fetched. * * If `relativeFrom` is given, the file is displayed relative from there, - * else the full file name is displayed. + * else the file is displayed unmodified. * * @param file - path to file * @param relativeFrom - relative path reference for file display