Default Folia channel to stable rather than experimental (#3861)

This commit is contained in:
Geoff Bourne
2026-01-08 18:28:04 -06:00
committed by GitHub
parent c23654008b
commit 7325baf750
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
: "${FOLIA_CHANNEL:=experimental}"
: "${FOLIA_CHANNEL:=default}"
# shellcheck source=start-utils
. "$(dirname "$0")/start-utils"