basherpm/basher

fails to instal from a branch which has / in its name

adrian-gierakowski opened this issue · 1 comments

for example: site/package@my/brach

This check

if [[ "$package" = */*@* ]]; then
needs to happen before
if [[ "$1" = */*/* ]]; then