From 5da4a897f01a3b26d15379da2e14777eb2c7e8b8 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Fri, 14 Jan 2022 11:26:14 -0600 Subject: [PATCH] Fix typo again --- content/blog/gitea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/gitea.md b/content/blog/gitea.md index 97e394c..07734a9 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 promtped for a password +createuser -P gitea # you will be prompted for a password createdb -O gitea gitea ```