Skip to content

Commit 1560768

Browse files
updated
1 parent 5b82763 commit 1560768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LCT.Common/CommonHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private static void UploadLogs()
315315
else if (envType == EnvironmentType.Unknown)
316316
{
317317
//Console.WriteLine("Uploading of SBOM and the logs are not supported.");
318-
Logger.Logger.Log(null, Level.Notice, $"Uploading of SBOM and the logs are not supported", null);
318+
Logger.Logger.Log(null, Level.Notice, $"Uploading of logs is not supported", null);
319319
}
320320

321321
}
@@ -332,7 +332,7 @@ private static void UploadBom()
332332
}
333333
else if (envType == EnvironmentType.Unknown)
334334
{
335-
Console.WriteLine("Uploading of SBOM and the logs are not supported.");
335+
Console.WriteLine("Uploading of SBOM is not supported.");
336336
}
337337

338338
}

0 commit comments

Comments
 (0)