Skip to content

Commit

Permalink
fix typo lost ; from line
Browse files Browse the repository at this point in the history
  • Loading branch information
njtaylor committed Aug 23, 2017
1 parent d09d445 commit aae862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_flash_videos
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ sub update {
if($::SCRIPT_NAME) {
my $browser = FlashVideo::Mechanize->new;

$browser->get("https://github.com/monsieurvideo/get-flash-videos/wiki/Version")
$browser->get("https://github.com/monsieurvideo/get-flash-videos/wiki/Version");

if(!$browser->response->is_success) {
die "Unable to retrieve version data: " . $browser->response->status_line . "\n";
Expand Down

0 comments on commit aae862d

Please sign in to comment.