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

Space in remote path not handled #55

Open
ktaragorn opened this issue May 9, 2016 · 5 comments
Open

Space in remote path not handled #55

ktaragorn opened this issue May 9, 2016 · 5 comments

Comments

@ktaragorn
Copy link
Contributor

bitpocket init fails if the remote path has a space in it (regardless of quotes or escapes). To fix
init $2 $3 $4 needs to be init $2 "$3" $4. Also the $4 here seems like a bug, the function fails if more than 2 args are passed.

@greezybacon
Copy link
Collaborator

I believe this was addressed in #56. Is the $4 issue what remains?

@ktaragorn
Copy link
Contributor Author

I fixed both of these in #57 sorry for being so all over the place

@ktaragorn
Copy link
Contributor Author

There is still one remaining issue (related to osx) which I mention in #57

@greezybacon
Copy link
Collaborator

greezybacon commented Sep 4, 2017

Ok, I think I've addressed the cp --parents issue in #64, and the sed issue for macOS in #61. I've got it all merged in the develop branch if you would like to test it.

@ktaragorn
Copy link
Contributor Author

Oh ok cool! Im afraid I dont use this tool anymore.. I rolled my own simple version for my usecase

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

No branches or pull requests

2 participants