Skip to content

Commit 72b1a64

Browse files
committed
fix(forgejo-runner): revert COMMUNITY_SCRIPTS_URL override per review
Drop the env-var indirection on the build.func source URL; it was a dev convenience for testing against a fork and adds no user-facing value.
1 parent 17b2229 commit 72b1a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/forgejo-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main}/misc/build.func")
2+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
33

44
# Copyright (c) 2021-2026 community-scripts ORG
55
# Author: Simon Friedrich

0 commit comments

Comments
 (0)