non important commit

This commit is contained in:
maxstrb 2025-09-30 12:06:51 +02:00
parent 5d15daa813
commit 5b854111e7
2 changed files with 1 additions and 1 deletions

View file

@ -56,7 +56,7 @@
git init
git add .
git commit -m "Project setup"
git $"remote add origin git@silvers.fun:($name).git"
git remote add origin $"git@silvers.fun:($name).git"
git push origin main
print "You are all done"