Fixing a missing $ for a string formatting
This commit is contained in:
parent
ca326cb4ec
commit
baf98263f0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
}
|
}
|
||||||
else if (CurrentPlatform.IsFedora)
|
else if (CurrentPlatform.IsFedora)
|
||||||
{
|
{
|
||||||
rid = "fedora.{RuntimeEnvironment.OperatingSystemVersion}-x64";
|
rid = $"fedora.{RuntimeEnvironment.OperatingSystemVersion}-x64";
|
||||||
}
|
}
|
||||||
|
|
||||||
return rid;
|
return rid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue