Tweak debug logging message

This commit is contained in:
Henry Mercer
2022-08-17 12:44:53 +01:00
parent f47f573e6e
commit b469d5358f
3 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@ export async function setupCodeQL(
// into the toolcache.
codeqlURL === undefined &&
(await featureFlags.getValue(FeatureFlag.BypassToolcacheEnabled))
? "a specific version of CodeQL was not requested, and the bypass toolcache feature flag is enabled"
? "a specific version of CodeQL was not requested and the bypass toolcache feature flag is enabled"
: undefined;
const forceLatest = forceLatestReason !== undefined;
if (forceLatest) {