flyctl
flyctl copied to clipboard
machine run --file-local broken on windows
I'm unable to use this parameter on windows because it complains the guest path must be an absolute path yet it is. I think it's evaluating the guest path as an absolute windows path when running the tool on windows. When I try an absolute windows path as the guest path I get different errors.
https://github.com/superfly/flyctl/blob/44a891232a031034db966db3fab83399d5245597/internal/command/command_run.go#L309