Skip to content

Commit f90234b

Browse files
committed
optimized
1 parent 8c652f6 commit f90234b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/formula-repo-list-update.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ static int uppm_formula_repo_url_of_official_core(char buf[], const size_t bufSi
4646
return UPPM_ERROR;
4747
}
4848

49-
if (osVersMajor > 13) {
50-
osVersMajor = 13;
49+
if (osVersMajor > 14) {
50+
osVersMajor = 14;
5151
}
5252

5353
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-package-repository-%s-%d.0-%s", osType, osVersMajor, osArch);

0 commit comments

Comments
 (0)