-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
I believe this was addressed in #56. Is the |
I fixed both of these in #57 sorry for being so all over the place |
There is still one remaining issue (related to osx) which I mention in #57 |
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
bitpocket init
fails if the remote path has a space in it (regardless of quotes or escapes). To fixinit $2 $3 $4
needs to beinit $2 "$3" $4
. Also the$4
here seems like a bug, the function fails if more than 2 args are passed.The text was updated successfully, but these errors were encountered: