Skip to content

Commit

Permalink
Fix USE_PACKY
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Sep 19, 2024
1 parent a0311dd commit f8974c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plain/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ _task_prepare() {
}

_fetch() {
if [ "$USE_PACKY" ]; then
if [ "$USE_PACKY" = "true" ]; then
packy fetch -s "${PACKY_NAMESPACES:-bukkit_global}" -d /app/plugins
fi
}
Expand Down

0 comments on commit f8974c3

Please sign in to comment.