fix: make tea-init use the ssh origin url

This commit is contained in:
Jet 2026-03-18 17:06:39 -07:00
parent 47b0643cdf
commit d0381a9dca
No known key found for this signature in database

View file

@ -78,8 +78,7 @@ in
exit 1
fi
tea repo create --name "$name" --login "$login"
git remote add origin "git@''${login}:''${user}/''${name}.git"
git push -u origin "$(git branch --show-current)"
git remote add origin "ssh://forgejo@''${login}/''${user}/''${name}.git"
'')
# CLI