diff --git a/main.py b/main.py index 04b79e0..5e879c6 100644 --- a/main.py +++ b/main.py @@ -26,8 +26,8 @@ command_list = { "lfs": "git\\bin\\git lfs install", "ensurepip": "python\\python -m ensurepip --default-pip", "clone": "git\\bin\\git clone https://git.zhaozuohong.vip/mower-ng/mower-ng.git --branch slow", - "fetch_fast": "..\\git\\bin\\git fetch origin/fast", - "fetch_slow": "..\\git\\bin\\git fetch origin/slow", + "fetch_fast": "..\\git\\bin\\git fetch origin fast", + "fetch_slow": "..\\git\\bin\\git fetch origin slow", "switch_fast": "..\\git\\bin\\git switch -f fast", "switch_slow": "..\\git\\bin\\git switch -f slow", "reset_fast": "..\\git\\bin\\git reset --hard origin/fast",