summaryrefslogtreecommitdiffstats
path: root/security-tools
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-07 08:13:26 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-07 09:59:42 +0000
commit38e8cb1cd699a50c14e5d3407cd9f197722cbdf7 (patch)
treede94d59588e289356a07f0c4ed551e9c1b0cd0dc /security-tools
parent76b6d2dad060941eae3ba16d220444b8a0b13b98 (diff)
switch to script-utils for security-env
Diffstat (limited to 'security-tools')
-rwxr-xr-xsecurity-tools/src/main/sh/vespa-curl-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/security-tools/src/main/sh/vespa-curl-wrapper b/security-tools/src/main/sh/vespa-curl-wrapper
index 359a22bda20..a6327f3be92 100755
--- a/security-tools/src/main/sh/vespa-curl-wrapper
+++ b/security-tools/src/main/sh/vespa-curl-wrapper
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-# Uses vespa-security-env to call curl with paths to credentials.
+# Uses security-env to call curl with paths to credentials.
# This script should be installed in libexec only. It is not public api.
# BEGIN environment bootstrap section
@@ -79,7 +79,7 @@ findhost
set -e
-eval $($VESPA_HOME/bin/vespa-security-env)
+eval $($VESPA_HOME/libexec/vespa/script-utils security-env)
CURL_PARAMETERS=("$@")