We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c39a62 commit 0899e9eCopy full SHA for 0899e9e
src/upgrade-self.c
@@ -57,7 +57,7 @@ static int uppm_upgrade_tar_filename(char buf[], const size_t bufSize, const cha
57
osVersMajor = 14;
58
}
59
60
- ret = snprintf(buf, bufSize, "uppm-%s-%s-%s.0-%s.tar.xz", latestVersion, osType, osVersMajor, osArch);
+ ret = snprintf(buf, bufSize, "uppm-%s-%s-%d.0-%s.tar.xz", latestVersion, osType, osVersMajor, osArch);
61
#elif defined (__DragonFly__)
62
ret = snprintf(buf, bufSize, "uppm-%s-%s-%s-%s.tar.xz", latestVersion, osType, osVers, osArch);
63
#elif defined (__FreeBSD__)
0 commit comments