Skip to content

Commit ec2deb0

Browse files
committed
Fixup: We => CodeQL
1 parent dc7cf27 commit ec2deb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

csharp/autobuilder/Semmle.Autobuild.CSharp/CSharpAutobuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ protected override void AutobuildFailureDiagnostic()
138138
message = new DiagnosticMessage(source)
139139
{
140140
MarkdownMessage =
141-
"We found multiple potential build scripts for your project and " +
141+
"CodeQL found multiple potential build scripts for your project and " +
142142
$"attempted to run `{buildCommandAutoRule.ScriptPath}`, which failed. " +
143143
"This may not be the right build script for your project. " +
144144
"You can specify which build script to use by providing a suitable build command for your project."
@@ -150,7 +150,7 @@ protected override void AutobuildFailureDiagnostic()
150150
message = new DiagnosticMessage(source)
151151
{
152152
MarkdownMessage =
153-
"We attempted to build your project using a script located at " +
153+
"CodeQL attempted to build your project using a script located at " +
154154
$"`{buildCommandAutoRule.ScriptPath}`, which failed. " +
155155
"You can manually specify a suitable build command for your project."
156156
};

0 commit comments

Comments
 (0)