From c3e6420623fe79864958456a8297d8d5d72d1e34 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Tue, 7 Feb 2023 14:22:10 +0300 Subject: [PATCH] switch branch to master --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 37d1080..b1556f5 100644 --- a/install.py +++ b/install.py @@ -11,7 +11,7 @@ import sys REPO_LOCATION = Path(__file__).parent # auto_update = os.environ.get("AUTO_UPDATE", "True").lower() in {"true", "yes"} auto_update = True -extension_branch = "plugin-server-decouple" +extension_branch = "master" if auto_update: print("[Auto-Photoshop-SD] Attempting auto-update...")