psake / PowerShellBuild

Common build tasks for psake and Invoke-Build that build and test PowerShell modules
MIT License
133 stars 24 forks source link

Change path case for use on Linux #23

Closed pauby closed 5 years ago

pauby commented 5 years ago

Description

The source folder is called 'Path' but the module script uses 'path'. The case matters on Linux.

The change simply changes the path to the correct case - Windows won't care what the case is but Linux does.

Related Issue

Related issue: #22

Motivation and Context

Allows the module to be imported under Core on Linux.

How Has This Been Tested?

The path case was changed and the module imported as normal.

Types of changes

Checklist: