Skip to content

Fix path separator issue on Windows#1971

Open
ykomatsu wants to merge 1 commit intoloft-sh:mainfrom
ykomatsu:windows-ssh
Open

Fix path separator issue on Windows#1971
ykomatsu wants to merge 1 commit intoloft-sh:mainfrom
ykomatsu:windows-ssh

Conversation

@ykomatsu
Copy link
Copy Markdown

filepath.Join uses backslashes when running on Windows, but workdir is a path on the remote Linux host, which uses forward slashes.
I think that path.Join should be used here instead of filepath.Join.

@YassineElbouchaibi
Copy link
Copy Markdown

Hello! I recommend raising on https://github.com/skevetter/devpod as the main repo is unmaintained.

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.

2 participants