From 9ae98125cd50c341f1220b127225611c80058731 Mon Sep 17 00:00:00 2001 From: Laica Lunasys Date: Sun, 21 Jul 2024 12:14:03 +0900 Subject: [PATCH] Use packy_namespaces env --- velocity/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/launcher.sh b/velocity/launcher.sh index 3ac8ed4..3d1a7cf 100644 --- a/velocity/launcher.sh +++ b/velocity/launcher.sh @@ -24,7 +24,7 @@ _task_prepare() { _fetch() { if [ "$USE_PACKY" ]; then - packy fetch -s "velocity" -d /app/plugins + packy fetch -s "${PACKY_NAMESPACES:-velocity_global}" -d /app/plugins fi }