From f000b1ce69ba10f92f058161b403ee752f9c0d48 Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Tue, 8 Apr 2025 22:37:42 +0800 Subject: [PATCH] 11111 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6ff5deb..46500e5 100644 --- a/main.py +++ b/main.py @@ -80,7 +80,7 @@ def pseudo_zsh(): if args[0] == 'ssh1': subprocess.run(['ssh','root@10.147.17.161']) - if args[0] == 'update': + if args[0] == 'ud': try: print("Updating code...") subprocess.run(['git', 'pull'])