'Generic Commit'
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user