GoHighLevel / ghl-marketplace-app-template

29 stars 26 forks source link

chore: fix invalid path of CODEOWNERS file #5

Closed cbnsndwch closed 1 year ago

cbnsndwch commented 1 year ago

Why?

There's an extra space in the git index for the path of the CODEOWNERS file that causes git to crash during chekout on Windows. It was introduced in commit 2489241a287097c0566cd02e78d70ba3e61e7353

What?

This PR fixes it by marking .github /CODEOWNERS (notice the space) as untracked and adding it back at the correct path, .github/CODEOWNERS

cbnsndwch commented 1 year ago

Happy to help!