Skip to content

Commit

Permalink
fix: update url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca Pessoa committed Aug 18, 2021
1 parent 098f074 commit a29be99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://images.habbo.com/habbo-native-clients/launcher/HabboLauncher-Setup-1.0.31.exe'
$url = 'https://images.habbo.com/habbo-native-clients/launcher/HabboLauncher-Setup-1.0.31.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit a29be99

Please sign in to comment.