mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
Fix formatting in doc-string for Rust for Windows-image.
Ensure output in ` images/win/Windows2019-Readme.md` looks proper. [Live in master right now](https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md#rust-64-bit), it looks kinda bad.
This commit is contained in:
@@ -26,8 +26,8 @@ $Version = $Matches[0]
|
||||
$SoftwareName = "Rust (64-bit)"
|
||||
$Description = @"
|
||||
#### $Version
|
||||
_Location:_ $RustPath
|
||||
_Environment:_
|
||||
* _Location:_ $RustPath
|
||||
* PATH: contains the location of rustc.exe
|
||||
"@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user