Skip to content

Commit

Permalink
Update upad.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisamTechnology authored Oct 24, 2016
1 parent be0774f commit 55d0e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/conf/upad.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sub updateMessage {
my ($same, $rp)=compareme();
if ($rp->is_success) {
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"; }
}else{
print " "; dd();
}
Expand Down

0 comments on commit 55d0e2c

Please sign in to comment.