Open-Lens / lens

Forked from https://github.com/lensapp/lens.git
Other
82 stars 7 forks source link

fix: unicode-char in filename #34

Closed gdubcs closed 7 months ago

gdubcs commented 7 months ago

This is a weird one. The file packages/core/src/features/helm-releases/renderer/request–helm-release.injectable.ts uses a unicode character as the first dash. Appears as "request\342\200\223helm-release.injectable.ts" on a git status.

I also edited the file importing it (request-detailed-helm-release.injectable.ts). Not sure what kind of impact this could have had on the application (apparently none) but better safe than sorry.