diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:30:39 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:30:39 +0200 |
commit | 1bb82a6b54e53d683c3041a1576be64ae234abee (patch) | |
tree | a0d30ba74780168169e82643335d2bf3aeb0c748 /.github/workflows | |
parent | e39a03cc61e9792afb34084fb4d9973a61deecea (diff) | |
download | searxng-1bb82a6b54e53d683c3041a1576be64ae234abee.tar.gz searxng-1bb82a6b54e53d683c3041a1576be64ae234abee.zip |
SearXNG: searxng_extra
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 86df5d59c..b0fd6e1db 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -39,7 +39,7 @@ jobs: - name: Fetch data env: - FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }} + FETCH_SCRIPT: ./searxng_extra/update/${{ matrix.fetch }} run: | V=1 ./manage pyenv.cmd python "$FETCH_SCRIPT" |