From d3154484c5e3fe15a65513fcb657f934e00bbbe1 Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Fri, 8 Dec 2023 12:14:37 +0530 Subject: [PATCH] fix oneforall version --- web/fixtures/external_tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/fixtures/external_tools.yaml b/web/fixtures/external_tools.yaml index d3ba8ce55..0c2994b64 100644 --- a/web/fixtures/external_tools.yaml +++ b/web/fixtures/external_tools.yaml @@ -177,10 +177,10 @@ description: A powerful subdomain integration tool. github_url: https://github.com/shmilylty/OneForAll license_url: https://github.com/shmilylty/OneForAll/blob/master/LICENSE - version_lookup_command: python3 /usr/src/github/OneForAll/oneforall.py version + version_lookup_command: cat /usr/src/github/OneForAll/oneforall.py update_command: git pull install_command: git clone https://github.com/shmilylty/OneForAll - version_match_regex: 'v(\d+\.)?(\d+\.)?(\*|\d+)' + version_match_regex: v\d+\.\d+\.\d+\b is_default: true is_subdomain_gathering: true is_github_cloned: true