revert: remove github shorthand fix from this branch

This commit is contained in:
mkorwel
2026-03-19 15:37:28 -07:00
parent 400a0020e2
commit b3848043f1
+1 -3
View File
@@ -1284,9 +1284,7 @@ export async function inferInstallMetadata(
source.startsWith('http://') ||
source.startsWith('https://') ||
source.startsWith('git@') ||
source.startsWith('sso://') ||
source.startsWith('github:') ||
source.startsWith('gitlab:')
source.startsWith('sso://')
) {
return {
source,