Skip to content

Commit

Permalink
Fixed download-file with removing the hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
coff33ninja committed Jul 1, 2024
1 parent 8ebbb08 commit 6506264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminLaunchOption.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Function Install-Chocolatey {
RefreshEnv
}

Function Download-File {
Function DownloadFile {
Param ([string]$url, [string]$destination)
$downloadSuccess = $false

Expand Down

0 comments on commit 6506264

Please sign in to comment.