You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fetching addon data, repo URLs should have trailing slashes and trailing .git stripped before they're saved to the DB. This will eliminate the need to do this on the client side (like in emberobserver/client#115) and will generally look better in the UI.
The text was updated successfully, but these errors were encountered:
When fetching addon data, repo URLs should have trailing slashes and trailing
.git
stripped before they're saved to the DB. This will eliminate the need to do this on the client side (like in emberobserver/client#115) and will generally look better in the UI.The text was updated successfully, but these errors were encountered: