From aae862d5cdcc2551df58299d5483550adf258442 Mon Sep 17 00:00:00 2001 From: Nigel Taylor Date: Wed, 23 Aug 2017 17:14:33 +0100 Subject: [PATCH] fix typo lost ; from line --- get_flash_videos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_flash_videos b/get_flash_videos index 562d5750..3531a1d5 100755 --- a/get_flash_videos +++ b/get_flash_videos @@ -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";