mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): fix typo scheme -> schema
This commit is contained in:
parent
edef6cc6ac
commit
4a58e1349c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ container running the FastAPI. Then:
|
|||
|
||||
```sh
|
||||
docker exec -it <id> /bin/bash
|
||||
./scheme/gendummydata.py dummy.sql
|
||||
./schema/gendummydata.py dummy.sql
|
||||
mysql aurweb < dummy.sql
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue