fix path to manage script in GH workflow

This commit is contained in:
Noémi Ványi 2021-05-02 20:08:37 +02:00
parent 58bcd685c3
commit e9a390f5d2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
env:
FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }}
run: |
V=1 manage pyenv.cmd python "$FETCH_SCRIPT"
V=1 ./manage pyenv.cmd python "$FETCH_SCRIPT"
- name: Create Pull Request
id: cpr