Skip to content

Commit

Permalink
Update NewDevelopmentWSL.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
twihno authored Jun 9, 2021
1 parent d722c0e commit 6c9d18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewDevelopmentWSL.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Function Get-InstallPath()
$OpenFileDialog = New-Object System.Windows.Forms.FolderBrowserDialog
$OpenFileDialog.ShowDialog() | Out-Null
$OpenFileDialog.SelectedPath
} #end function Get-FileName
}

Function Get-ValidInstallPathVisual()
{
Expand Down

0 comments on commit 6c9d18c

Please sign in to comment.