We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b298dfa commit 89ce742Copy full SHA for 89ce742
1 file changed
check.ps1
@@ -83,7 +83,7 @@ foreach ($version in $lastFewVersions) {
83
continue;
84
}
85
if (-not $initialSetupExecuted) {
86
- InitalSetup
+ InitialSetup
87
$initialSetupExecuted = $true
88
89
$publishedVersions = Get-ChildItem .\manifests\r\Rustlang\Rust\$toolchain
0 commit comments