Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select always the last volume part after splitting at the colon. #443

Closed
wants to merge 1 commit into from
Closed

Conversation

nicolaimainiero
Copy link
Contributor

On windows you may end with the following volume declaration:
c:\this\is\my\path:/data

When splitted on : and the second part is selected we end with \this\is\my\path which won't work.
By selecting the last part, we get the correct /data

On windows you may end with the following volume declaration:
c:\this\is\my\path:/data

When splitted on : and the second part is selected we end with \this\is\my\path which won't work.
By selecting the last part, we get the correct /data
rhuss added a commit that referenced this pull request May 12, 2016
@rhuss
Copy link
Collaborator

rhuss commented May 12, 2016

Thanks ! I merged it to the integration branch will be available in the next release.

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