Skip to content

Commit 6336755

Browse files
authored
Merge pull request #123 from warmshao/joyvasa
fix update.bat
2 parents 8b1c5f5 + 61286ab commit 6336755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
git fetch origin
3-
git reset --hard origin/main
4-
"venv\Scripts\pip.exe" install -r requirements.txt
3+
git reset --hard origin/master
4+
"venv\Scripts\pip.exe" install -r requirements_win.txt
55
pause

0 commit comments

Comments
 (0)