Skip to content

Commit ff4f261

Browse files
authored
Merge pull request #62 from SummerGGift/927
【修改】:模板错误
2 parents 447ff1f + 0c85428 commit ff4f261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
],
8989
"site" : [
9090
{"version" : "v${version}", "URL" : "https://${name}-${version}.zip", "filename" : "${name}-${version}.zip","VER_SHA" : "fill in the git version SHA value"},
91-
{"version" : "latest", "URL" : "https://xxxxx.git", "filename" : "Null for git package","VER_SHA" : "fill in latest version branch name,such as mater"}
91+
{"version" : "latest", "URL" : "https://xxxxx.git", "filename" : "Null for git package","VER_SHA" : "fill in latest version branch name, such as master"}
9292
]
9393
}
9494
'''

0 commit comments

Comments
 (0)