aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2018-08-29 17:56:54 +0200
committerGitHub <noreply@github.com>2018-08-29 17:56:54 +0200
commit8ab2f76cea0e9ec4982ef8c7225675991ce95899 (patch)
tree511231f13151ee7f3b65dac3d9cbfe7cd41a14d7 /vespaclient
parentf11f82fca0515bc943c22f73bad6f240ea7726d8 (diff)
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 18af0bbdecd..fd324540bba 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 -l -n cloud.config.model -i admin/model';
+ my $cmd = ${VESPA_HOME} . '/bin/vespa-get-config -n cloud.config.model -i admin/model';
if (defined $CONFIG_REQUEST_TIMEOUT) {
$cmd .= " -w $CONFIG_REQUEST_TIMEOUT";