Space in remote path not handled
ktaragorn opened this issue · 5 comments
ktaragorn commented
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 commented
I believe this was addressed in #56. Is the $4
issue what remains?
greezybacon commented
ktaragorn commented
Oh ok cool! Im afraid I dont use this tool anymore.. I rolled my own simple version for my usecase