Skip to content

Commit

Permalink
Merge branch 'powershellFix' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed Apr 30, 2016
2 parents e62d34b + 1206fa2 commit ad3aa71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/powershell/Coop/STJEREM.Coop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

if ($Upgrade -eq $true) {
Write-Host "Upgrading to latest version..."
Invoke-WebRequest -OutFile CoopInstaller.ps1 -Uri https://raw.githubusercontent.com/STJEREM/coop/feature/latest-version/client/powershell/Installer.ps1
Invoke-WebRequest -OutFile CoopInstaller.ps1 -Uri https://raw.githubusercontent.com/STJEREM/coop/development/client/powershell/Installer.ps1
.\CoopInstaller.ps1
Remove-Item .\CoopInstaller.ps1
Return
Expand Down Expand Up @@ -60,4 +60,4 @@
}
}

Export-ModuleMember -Cmdlet Coop
Export-ModuleMember -Cmdlet Coop

0 comments on commit ad3aa71

Please sign in to comment.