We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https
git@
1 parent 70ca5bb commit 570d80eCopy full SHA for 570d80e
initialize-project
@@ -55,12 +55,14 @@ git_clone() {
55
56
local forking_org
57
forking_org="$(forking_org)"
58
- if [[ -n "${forking_org}" ]] && [[ "${forking_org}" != "https://github.com/jspecify" ]]; then
+ if [[ -n "${forking_org}" ]] \
59
+ && [[ "${forking_org}" != "https://github.com/jspecify" ]] \
60
+ && [[ "${forking_org}" != "[email protected]:jspecify" ]] ; then
61
if run "${git[@]}" "${forking_org}/${repo}.git" "../${repo}"; then
62
return
63
fi
64
- if [[ "${repo}" == checker-framework ]]; then
65
+ if [[ "${repo}" == "checker-framework" ]]; then
66
forking_org=https://github.com/eisop
67
else
68
forking_org=https://github.com/jspecify
0 commit comments