Skip to content

Commit

Permalink
Improve downloading log message
Browse files Browse the repository at this point in the history
Regarding GitHub Actions log output, the dot was recognized as part of the URL.
  • Loading branch information
hoshinotsuyoshi committed Oct 4, 2023
1 parent 90f8ed1 commit d9c08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export async function downloadCodeQL(
logger.debug("Downloading CodeQL tools without an authorization token.");
}
logger.info(
`Downloading CodeQL tools from ${codeqlURL}. This may take a while.`,
`Downloading CodeQL tools from ${codeqlURL} . This may take a while.`,
);

const dest = path.join(tempDir, uuidV4());
Expand Down

0 comments on commit d9c08be

Please sign in to comment.