Skip to content

Commit a7c48a0

Browse files
ashraffoudaclaude
andcommitted
Fix runtime config URL after zos-config repo rename
The extended-config base URL pointed at github.com/threefoldtech/zos-config, which was renamed to zos_config. Point it at the new name instead of relying on GitHub's non-permanent rename redirect. Verified all running-mode config files (production/testing/qa/development.json) serve 200 from the new URL. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c2a0123 commit a7c48a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/environment/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
baseExtendedURL = "https://raw.githubusercontent.com/threefoldtech/zos-config/main/"
18+
baseExtendedURL = "https://raw.githubusercontent.com/threefoldtech/zos_config/main/"
1919

2020
defaultHubURL = "https://hub.threefold.me"
2121
defaultV4HubURL = "https://v4.hub.threefold.me"

0 commit comments

Comments
 (0)