Commit 1d496d1
Kyr Shatskyy
bootstrap: fix syntax error
This patch addresses the error in the logs, like this:
Using python: python3.12
/usr/bin/lsb_release
Deleting existing virtual environment
Creating new venv at ./virtualenv
./bootstrap: line 131: [: missing `]'
./bootstrap: line 131: 12: command not found
Fixes: 0b5a5bc
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>1 parent 382c6d9 commit 1d496d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments