diff --git a/push.pl b/push.pl index 42c724f42..c3f8d463b 100755 --- a/push.pl +++ b/push.pl @@ -13,7 +13,7 @@ use Mojo::Util qw(decode encode slurp spurt trim); use Term::UI; use Term::ReadLine; -my $hubLengthLimit = 5000; +my $hubLengthLimit = 25_000; my $githubBase = 'https://github.com/docker-library/docs/tree/master'; my $username;