diff --git a/content/blog/gitea.md b/content/blog/gitea.md index c2c9549..97e394c 100644 --- a/content/blog/gitea.md +++ b/content/blog/gitea.md @@ -34,7 +34,7 @@ sudo -iu postgres Then, create the `gitea` database user and the `gitea` database. Gitea will take care of making tables and stuff. ```bash -createuser -P gitea # you will be promped for a password +createuser -P gitea # you will be promtped for a password createdb -O gitea gitea ```