Skip to content

Typo in Update-GitHubRepository variable #136

Closed
@amis92

Description

@amis92

A typo results in an incorrect URL being built. Because the variable is misspelled, the repository name is not appended to the URL.

'UriFragment' = "repos/$OwnerName/$ReposistoryName"

Fix:

- 'UriFragment' = "repos/$OwnerName/$ReposistoryName"
+ 'UriFragment' = "repos/$OwnerName/$RepositoryName"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis relates to a bug in the existing module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions