devblackops / building-powershell-modules-feedback

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

Code Error: CODEOWNERS Syntax #40

Closed TrisBits closed 2 years ago

TrisBits commented 2 years ago

Description

I could be wrong, as I am new to the syntax, but I believe the following parts are missing the @buildocat assignment.

14 build.ps1 15 psakefile.ps1

Chapter/section/subsection

Possible solution

I believe the example should be:

14 build.ps1 @buildocat 15 psakefile.ps1 @buildocat

devblackops commented 2 years ago

Sharp eye. Fixed.

TrisBits commented 2 years ago

Thanks for the quick fixes!

I also wanted to say thank you for writing such an engaging and very helpful book. One of the best PowerShell books I've ever come across.