diff --git a/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 b/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 index 21e450b..c6fc3fd 100644 --- a/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 +++ b/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 @@ -16,7 +16,7 @@ Will create a folder in C:\Temp named after the PR number, and clone the specifi ) $Request = Invoke-WebRequest $Uri - + $Values = @{ Folder = '$Path\PR{0}' -f ($Uri.Split('/')[-1]) GitHubUri = 'https://github.com/{0}' -f $Request.Links.Where{$_.class -eq 'no-underline'}[1].title.split(':')[0]