Skip to content

Commit

Permalink
Use packy_namespaces env
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Jul 21, 2024
1 parent e414d60 commit 9ae9812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocity/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9ae9812

Please sign in to comment.