Skip to content

Commit

Permalink
fix(NA): missing change from KIBANA_PATH_CONF to KBN_PATH_CONF on bin…
Browse files Browse the repository at this point in the history
… script (#81500) (#82966)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mistic and kibanamachine authored Nov 9, 2020
1 parent 61fee07 commit 6795350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/build/tasks/bin/scripts/kibana
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ while [ -h "$SCRIPT" ] ; do
done

DIR="$(dirname "${SCRIPT}")/.."
CONFIG_DIR=${KIBANA_PATH_CONF:-"$DIR/config"}
CONFIG_DIR=${KBN_PATH_CONF:-"$DIR/config"}
NODE="${DIR}/node/bin/node"
test -x "$NODE"
if [ ! -x "$NODE" ]; then
Expand Down

0 comments on commit 6795350

Please sign in to comment.