Closed
Description
A typo results in an incorrect URL being built. Because the variable is misspelled, the repository name is not appended to the URL.
PowerShellForGitHub/GitHubRepositories.ps1
Line 616 in 9bdb37c
Fix:
- 'UriFragment' = "repos/$OwnerName/$ReposistoryName"
+ 'UriFragment' = "repos/$OwnerName/$RepositoryName"