Change repo to ZoneMinder for pull request
parent
e792c8eb44
commit
d6440ca70e
|
@ -158,7 +158,7 @@ if ( $check && ZM_CHECK_FOR_UPDATES )
|
|||
}
|
||||
use strict 'subs';
|
||||
}
|
||||
my $req = HTTP::Request->new( GET=>'https://raw.github.com/chriswiggins/ZoneMinder/master/version' );
|
||||
my $req = HTTP::Request->new( GET=>'https://raw.github.com/ZoneMinder/ZoneMinder/master/version' );
|
||||
my $res = $ua->request($req);
|
||||
|
||||
if ( $res->is_success )
|
||||
|
|
|
@ -163,7 +163,7 @@ if ( $check && ZM_CHECK_FOR_UPDATES )
|
|||
}
|
||||
use strict 'subs';
|
||||
}
|
||||
my $req = HTTP::Request->new( GET=>'https://raw.github.com/chriswiggins/ZoneMinder/master/version' );
|
||||
my $req = HTTP::Request->new( GET=>'https://raw.github.com/ZoneMinder/ZoneMinder/master/version' );
|
||||
my $res = $ua->request($req);
|
||||
|
||||
if ( $res->is_success )
|
||||
|
|
Loading…
Reference in New Issue