Skip to content

Commit f0fcf32

Browse files
committed
fix access to venv in update doc
1 parent 4a5c83b commit f0fcf32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ cd ~/gncitizen
9797
```bash
9898
ALEMBIC_STAMP=e8c1cd57ad16 # Remplacez par le hash correct selon la version
9999

100-
cd ~/gncitizen
101-
source ./backend/venv/bin/activate
100+
cd ~/gncitizen/backend
101+
source .venv/bin/activate
102102

103103
flask db stamp $ALEMBIC_STAMP
104104
flask db upgrade

0 commit comments

Comments
 (0)