Skip to content

Commit be2a4b9

Browse files
jfineCopilot
andauthored
Update src/Octoshift/Services/CodeScanningAlertService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5e59796 commit be2a4b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Octoshift/Services/CodeScanningAlertService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected internal virtual async Task MigrateAnalyses(string sourceOrg, string s
6868
if (!string.IsNullOrEmpty(analysis.Error))
6969
{
7070
_log.LogWarning($"Skipping analysis with Id {analysis.Id} which failed to process in the source repository: {analysis.Error}");
71-
_log.LogWarning(" This error is non-fatal and will not affect your migrated code-scanning alerts.");
71+
_log.LogWarning(" This error is non-fatal and will not affect your migrated code-scanning alerts.");
7272
continue;
7373
}
7474

0 commit comments

Comments
 (0)