'Generic Commit'
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 46s
Build-Test-Publish / build (linux/arm64) (push) Successful in 57s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Successful in 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 8s
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 46s
Build-Test-Publish / build (linux/arm64) (push) Successful in 57s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Successful in 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 8s
This commit is contained in:
parent
c0e62d59a0
commit
40bacab90f
@ -640,7 +640,7 @@ int list_packages(int argc, char* argv[]) {
|
|||||||
std::string remoteHash;
|
std::string remoteHash;
|
||||||
if (getbin.getHash(packageName, arch, remoteHash) && !remoteHash.empty()) {
|
if (getbin.getHash(packageName, arch, remoteHash) && !remoteHash.empty()) {
|
||||||
if (localHash == remoteHash) {
|
if (localHash == remoteHash) {
|
||||||
status = "Latest";
|
status = "Up to date";
|
||||||
remoteStatus = "OK";
|
remoteStatus = "OK";
|
||||||
} else {
|
} else {
|
||||||
status = "Update";
|
status = "Update";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user