Skip to content

Commit 4e4b21c

Browse files
committed
Add semicolon...
1 parent 6424f33 commit 4e4b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/start-here/database-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Make sure you follow the [Initial setup](/OBC-firmware/start-here/initial-setup)
3636
sudo -u postgres psql
3737
# Replace 'your_username' and 'your_password' with your desired values
3838
CREATE USER your_username WITH PASSWORD 'your_password' SUPERUSER;
39-
CREATE DATABASE gs
39+
CREATE DATABASE gs;
4040
```
4141

4242
4. Log out, then verify that you can log in to your newly created user and database:

0 commit comments

Comments
 (0)