Skip to content

Commit

Permalink
Update Updater.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
miningpoolhubstats committed Apr 19, 2018
1 parent 469a2a2 commit 48ecdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updater.ps1
Expand Up @@ -6,7 +6,7 @@ if ($script:MyInvocation.MyCommand.Path) {Set-Location (Split-Path $script:MyInv

$ProgressPreferenceBackup = $ProgressPreference

$Name = "MultiPoolMiner-V2.7.1.4"
$Name = "MultiPoolMiner"
try {
$ProgressPreference = "SilentlyContinue"
$Request = Invoke-RestMethod -Uri "https://api.github.com/repos/miningpoolhubstats/$Name/releases/latest" -UseBasicParsing -TimeoutSec 10 -ErrorAction Stop
Expand Down

0 comments on commit 48ecdd3

Please sign in to comment.