Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Merge-Object piping non-existent variable to Reduce-Object #12

@UberDoodles

Description

@UberDoodles

The Merge-Object function pipes $input to Reduce-Object, but the $input variable is not created anywhere. It looks like it should be piping the $Object parameter of the Merge-Object function.

Consequently, when I ran the Merge-Object function, I was getting no output, because it is always sending $null to Reduce-Object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions