diff --git a/orangelogin.pl b/orangelogin.pl index dee6133..d0bbafd 100755 --- a/orangelogin.pl +++ b/orangelogin.pl @@ -64,9 +64,9 @@ $mech->submit_form( follow_processing(); -print "Following view your bills link\n"; +print "Following see your recent bills link\n"; -$mech->follow_link( text_regex => qr/view your bills/ ); +$mech->follow_link( text_regex => qr/see your recent bills/ ); follow_processing();