We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0774f commit 55d0e2cCopy full SHA for 55d0e2c
inc/conf/upad.pl
@@ -33,7 +33,7 @@
33
sub updateMessage {
34
my ($same, $rp)=compareme();
35
if ($rp->is_success) {
36
- if ($same==1) { print $c[4]." [!] A new update is aviable! To update: --update\n"; }
+ if (!$same) { print $c[4]." [!] A new update is aviable! To update: --update\n"; }
37
}else{
38
print " "; dd();
39
}
0 commit comments