Skip to content

Commit 486a50d

Browse files
committed
Capitalize Rust in log
1 parent a9c4652 commit 486a50d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/init-action.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.

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ async function run() {
380380
}
381381
if (semver.lt(actualVer, publicPreview)) {
382382
core.exportVariable(EnvVar.EXPERIMENTAL_FEATURES, "true");
383-
logger.info("Experimental rust analysis enabled");
383+
logger.info("Experimental Rust analysis enabled");
384384
}
385385
}
386386

0 commit comments

Comments
 (0)