Skip to content

Commit 93f3303

Browse files
committed
Tweak log wording
1 parent b2a4442 commit 93f3303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/tools-download.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tools-download.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tools-download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export function writeToolcacheMarkerFile(
229229
): void {
230230
const markerFilePath = `${extractedPath}.complete`;
231231
fs.writeFileSync(markerFilePath, "");
232-
logger.info(`Wrote toolcache marker file to ${markerFilePath}`);
232+
logger.info(`Created toolcache marker file ${markerFilePath}`);
233233
}
234234

235235
function sanitizeUrlForStatusReport(url: string): string {

0 commit comments

Comments
 (0)