summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/apps/status/vespa-status-filedistribution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution/src/apps/status/vespa-status-filedistribution.sh')
-rw-r--r--filedistribution/src/apps/status/vespa-status-filedistribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/src/apps/status/vespa-status-filedistribution.sh b/filedistribution/src/apps/status/vespa-status-filedistribution.sh
index 1ba56d6c798..104688a4883 100644
--- a/filedistribution/src/apps/status/vespa-status-filedistribution.sh
+++ b/filedistribution/src/apps/status/vespa-status-filedistribution.sh
@@ -65,4 +65,4 @@ ROOT=${VESPA_HOME%/}
ZKSTRING=$($ROOT/libexec/vespa/vespa-config.pl -zkstring)
test -z "$VESPA_LOG_LEVEL" && VESPA_LOG_LEVEL=warning
export VESPA_LOG_LEVEL
-exec $ROOT/bin/vespa-status-filedistribution-bin --zkstring "$ZKSTRING" $@
+exec $ROOT/bin/status-filedistribution --zkstring "$ZKSTRING" $@