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

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

Open
adrian-gierakowski opened this issue Feb 18, 2019 · 1 comment
Open

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

adrian-gierakowski opened this issue Feb 18, 2019 · 1 comment
Labels

Comments

@adrian-gierakowski
Copy link

for example: site/package@my/brach

@juanibiapina
Copy link
Member

This check

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

@juanibiapina juanibiapina changed the title fails to instal from a branch, which has / in its name fails to instal from a branch which has / in its name Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants