Skip to content

Commit 0ea51f9

Browse files
authored
Merge pull request #3717 from jiaqiluo/14-swicth-to-dev-branch
2 parents 71ec26f + c3941ec commit 0ea51f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/codegen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.7/data.json"
13+
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.7/data.json"
1414
dataFile = "data/data.json"
1515
)
1616

0 commit comments

Comments
 (0)