diff --git a/content/en/hosting-and-deployment/hosting-on-sourcehut.md b/content/en/hosting-and-deployment/hosting-on-sourcehut.md index 55f21f513..353e2d6ce 100644 --- a/content/en/hosting-and-deployment/hosting-on-sourcehut.md +++ b/content/en/hosting-and-deployment/hosting-on-sourcehut.md @@ -71,7 +71,7 @@ echo "/public" >> .gitignore # commit and push code to main branch git add . git commit -m "Initial commit" -git remote add origin https://git.sr.ht/~/.srht.site.git +git remote add origin https://git.sr.ht/~/.srht.site git push -u origin main ```