From 058dc3ff2c6d758150fec5cb924ff07786341fe7 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 16 Jun 2017 11:12:54 +0200 Subject: [PATCH] Update GitHub username in download URL --- InstallPerfTap.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InstallPerfTap.ps1 b/InstallPerfTap.ps1 index 3626eaa..1a11387 100644 --- a/InstallPerfTap.ps1 +++ b/InstallPerfTap.ps1 @@ -6,7 +6,7 @@ param Set-StrictMode -version Latest -$latestBuild = 'https://github.com/downloads/EastPoint/PerfTap/PerfTap-0.1.1.zip' +$latestBuild = 'https://github.com/downloads/Iristyle/PerfTap/PerfTap-0.1.1.zip' function Test-IsAdmin { @@ -226,4 +226,4 @@ For more information execute: Test-IsAdmin $mergedSettings = Merge-Parameters -Hash $settings -Install-Service @mergedSettings \ No newline at end of file +Install-Service @mergedSettings