summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/perl
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-04-12 15:26:58 +0200
committerJon Bratseth <bratseth@gmail.com>2021-04-12 15:26:58 +0200
commit379bef90373546a47e79e2f856527385ac9a2fab (patch)
tree8ef435ffd93fca91db956c78c454fdc81aec6ca9 /config-model/src/main/perl
parent64d09cf6b81565e82988507e2112d791e0fba33f (diff)
Server expects camelCasing
Diffstat (limited to 'config-model/src/main/perl')
-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 a128e4a8d4c..d66295d4c36 100755
--- a/config-model/src/main/perl/vespa-deploy
+++ b/config-model/src/main/perl/vespa-deploy
@@ -460,7 +460,7 @@ sub http_prepare {
my $url = $source . $pathPrefix . "/$session_id/prepared";
$url = add_url_property_from_flag($url, $opt_f, "ignoreValidationErrors");
- $url = add_url_property_from_flag($url, $opt_n, "dryrun");
+ $url = add_url_property_from_flag($url, $opt_n, "dryRun");
$url = add_url_property_from_flag($url, $opt_v, "verbose");
$url = add_url_property_from_flag($url, $opt_H, "hostedVespa");
$url = add_url_property_from_option($url, $opt_a, "applicationName");