PortValhalla/scripts/Common/Scripts/Constants.ps1

8 lines
164 B
PowerShell
Raw Normal View History

2024-08-24 14:52:41 +00:00
<#
.SYNOPSIS
Gets the name of the WSL distribution used for reading configuration values.
#>
function Get-DistributionName {
return "ValhallaUbuntu";
}