summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-01-18 11:24:31 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-01-18 11:24:31 +0100
commit90f609f372fbb8293fb16a471526d2c415f9bea4 (patch)
treece91cce3bf13ac69cd0376986a0b1504c2f4aa5b /config-model
parent64a0f2929b91415077a78d8d7c509f8df3f535a6 (diff)
Set user agent for vespa-deploy
Diffstat (limited to 'config-model')
-rwxr-xr-xconfig-model/src/main/perl/vespa-deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/perl/vespa-deploy b/config-model/src/main/perl/vespa-deploy
index bf9d45ef7b9..9f8277998f2 100755
--- a/config-model/src/main/perl/vespa-deploy
+++ b/config-model/src/main/perl/vespa-deploy
@@ -81,7 +81,7 @@ my $cloudconfig_dir = "$HOME/.cloudconfig";
my $session_id_file;
my $configsource_url_used_file = "$cloudconfig_dir/deploy-configsource-url-used";
-my $curl_command = 'curl --silent --show-error --connect-timeout 30 --max-time 300';
+my $curl_command = 'curl -A vespa-deploy --silent --show-error --connect-timeout 30 --max-time 300';
my $CURL_PUT = $curl_command . ' --write-out \%{http_code} --request PUT';
my $CURL_GET = $curl_command . ' --request GET';