Skip to content

Commit 55d0e2c

Browse files
Update upad.pl
1 parent be0774f commit 55d0e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/conf/upad.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sub updateMessage {
3434
my ($same, $rp)=compareme();
3535
if ($rp->is_success) {
36-
if ($same==1) { print $c[4]." [!] A new update is aviable! To update: --update\n"; }
36+
if (!$same) { print $c[4]." [!] A new update is aviable! To update: --update\n"; }
3737
}else{
3838
print " "; dd();
3939
}

0 commit comments

Comments
 (0)