Skip to content

fix: Replace Windows-illegal file names - #103

Merged
cleptric merged 5 commits into
mainfrom
sebastian/rename-files
Aug 28, 2025
Merged

fix: Replace Windows-illegal file names#103
cleptric merged 5 commits into
mainfrom
sebastian/rename-files

Conversation

@loewenheim

@loewenheim loewenheim commented Aug 14, 2025

Copy link
Copy Markdown
Contributor

< and > aren't allowed in file names on Windows, which means this repo can't be checked out there. This replaces those characters with [ and ] respectively.

Fixes #100. Fixes CON-58.

`<` and `>` aren't allowed in file names on Windows, which means this
repo can't be checked out there. This replaces those characters with
`[` and `]` respectively.
@linear

linear Bot commented Aug 14, 2025

Copy link
Copy Markdown

@cleptric
cleptric merged commit a57b7e3 into main Aug 28, 2025
4 checks passed
@cleptric
cleptric deleted the sebastian/rename-files branch August 28, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repo can't be cloned on Windows because of invalid paths

3 participants