Skip to content

Commit 6cca511

Browse files
authored
Merge pull request #4866 from tesilaaliset/fix/fix-docker
Using version 313 when we are on dev or docker
2 parents c833b35 + fdce662 commit 6cca511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/hiddify_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ fi
337337

338338
export USE_VENV=310
339339
if [[ " $@ " == *" dev "* || " $@ " == *" docker "* || " $@ " == *" develop "* ]];then
340-
export USE_VENV=310
340+
export USE_VENV=313
341341
fi
342342

343343
# Run the main function and log the output

0 commit comments

Comments
 (0)