From abd93310b83db116fc55f8892a7eedb7bc567f01 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 26 Mar 2026 17:21:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(dev):=20=E4=BD=BF=E7=94=A8=20after=5Fupdate?= =?UTF-8?q?=20=E6=9B=BF=E4=BB=A3=20on=5Fchange=20=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E5=90=8C=E6=AD=A5=E9=83=BD=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dev.py b/modules/dev.py index 94a9028..f54b99c 100644 --- a/modules/dev.py +++ b/modules/dev.py @@ -40,7 +40,7 @@ class DevModule(Module): "zoxide", } - def on_change(self, store): + def after_update(self, store): for pkg in BUN_GLOBAL_PACKAGES: decman.prg(["su", "-", self.user, "-c", f"bun add -g {pkg}"]) for pkg in GO_INSTALL_PACKAGES: