Skip to content

Commit f74f036

Browse files
committed
fix(migration-tool): point migrate_agent CDN URL at v10-to-v11 subpath
The binaries live under migration-tool-v10-to-v11/ in the utmstack-updates GCS bucket. Without the subpath the download URL resolved to a 404 and agent deployments would never receive the binary.
1 parent c5a0680 commit f74f036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migration-tool/internal/agentmanager/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
const (
99
// Base URL for migrate_agent binaries in Google Cloud Storage
10-
MigrateAgentBaseURL = "https://storage.googleapis.com/utmstack-updates"
10+
MigrateAgentBaseURL = "https://storage.googleapis.com/utmstack-updates/migration-tool-v10-to-v11"
1111
)
1212

1313
type PlatformInfo struct {

0 commit comments

Comments
 (0)