mach-composer-cli icon indicating copy to clipboard operation
mach-composer-cli copied to clipboard

Fix: Escape backslashes in component source string

Open dennisppk opened this issue 1 year ago • 2 comments

When defining components with a source to a (relative) local path in Windows, backslashes should be escaped within the module definition in site.tf for it to work. A single backslash is interpreted as escape character. Windows uses a backslash as path separator.

dennisppk avatar Oct 31 '23 14:10 dennisppk

@dennisppk I have not forgotten about this PR, but I want to update our testing so we also test windows cases first. Ok if I put this on ice until that has progressed a bit more?

demeyerthom avatar Nov 22 '23 08:11 demeyerthom

Yes sure :). In the mean time I can use my own build that contains the fix.

dennisppk avatar Nov 29 '23 11:11 dennisppk