Anyone seen this problem before? https://github.com/babashka/http-client/actions/runs/4253708164/jobs/7398930935
I haven't
aux is a reserved filename on MS-Windows 😅 https://learn.microsoft.com/en-gb/windows/win32/fileio/naming-a-file
> Do not use the following reserved names for the name of a file: > CON, PRN, AUX, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt and NUL.tar.gz are both equivalent to NUL. For more information, see https://learn.microsoft.com/en-gb/windows/win32/fileio/naming-a-file#win32-file-namespaces.
wtf......?
lol, thanks for figuring that out!
Reading this I realised I'm old enough to remember these from the old good (16 bit) DOS days.