aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-09-04 09:53:02 +0200
committerGitHub <noreply@github.com>2018-09-04 09:53:02 +0200
commita5a3916318a24d32112266b60510e60fffdb93e9 (patch)
treeb4b37a7375066ec86b39c1e1fb5720397a8d3a72 /vespaclient
parent34f9683077f958fce2963458ce42143c66bcb88b (diff)
Revert "Revert "Explicitly use legacy format option to vespa-get-config""
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/perl/lib/Yahoo/Vespa/VespaModel.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient/src/perl/lib/Yahoo/Vespa/VespaModel.pm b/vespaclient/src/perl/lib/Yahoo/Vespa/VespaModel.pm
index fd324540bba..18af0bbdecd 100644
--- a/vespaclient/src/perl/lib/Yahoo/Vespa/VespaModel.pm
+++ b/vespaclient/src/perl/lib/Yahoo/Vespa/VespaModel.pm
@@ -162,7 +162,7 @@ sub setModelRetrievalFunction { # (Function)
}
sub retrieveModelConfigDefault { # ()
my $VESPA_HOME= $ENV{'VESPA_HOME'};
- my $cmd = ${VESPA_HOME} . '/bin/vespa-get-config -n cloud.config.model -i admin/model';
+ my $cmd = ${VESPA_HOME} . '/bin/vespa-get-config -l -n cloud.config.model -i admin/model';
if (defined $CONFIG_REQUEST_TIMEOUT) {
$cmd .= " -w $CONFIG_REQUEST_TIMEOUT";