We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe577b commit f54ba1cCopy full SHA for f54ba1c
push.pl
@@ -36,7 +36,7 @@
36
die 'no repos specified' unless @ARGV;
37
38
my $ua = Mojo::UserAgent->new->max_redirects(10);
39
-$ua->transactor->name('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36');
+$ua->transactor->name($ENV{DOCS_PUSH_USER_AGENT} || 'https://github.com/docker-library/docs/tree/HEAD/push.pl');
40
41
my $term = Term::ReadLine->new('docker-library-docs-push');
42
unless (defined $username) {
0 commit comments