Skip to content

Commit

Permalink
Fix cloning app repo via SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Aug 23, 2022
1 parent 940442b commit a385939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/repo
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ if [[ "$command" = "checkout" ]]; then

# Check whether a base url is in the descriptor
# And if not, default to github.com via https
if [[ "${descriptor}" != http* ]] && [[ "${descriptor}" != git@ ]]; then
if [[ "${descriptor}" != http* ]] && [[ "${descriptor}" != git@* ]]; then
descriptor="https://github.com/${descriptor}"
fi

Expand Down

0 comments on commit a385939

Please sign in to comment.