devblackops / building-powershell-modules-feedback

Feedback on the PowerShell Module Development book
6 stars 1 forks source link

Code Error: #15

Closed ryan-leap closed 4 years ago

ryan-leap commented 4 years ago

Description

Variables being referenced in the 'Exporting variables and alises from AcmeEmployee' code don't match the names of the variables as they are initially defined. Specifically on line 2 and 3 these variables are defined:

$publicFunctionsPath $privateFunctionsPath

But when referenced on lines 4 and 5 the variables are missing the 's' in Functions:

$publicFunctionPath $privateFunctionPath

Chapter/section/subsection

Screenshots

image

devblackops commented 4 years ago

Thanks for catching that! Fixed.