Skip to content

Commit 0586c34

Browse files
authored
Fix ui.sh (#11998)
1 parent ddcdc99 commit 0586c34

File tree

1 file changed

+1
-1
lines changed
  • ydb/library/yql/tools/yqlrun

1 file changed

+1
-1
lines changed

ydb/library/yql/tools/yqlrun/ui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCRIPT_DIR="$(dirname $(readlink -f "$0"))"
1111
UDFS_DIR="${SCRIPT_DIR}/../../udfs;${SCRIPT_DIR}/../../../../../../yql/essentials/udfs;${SCRIPT_DIR}/../../../../../../yql/udfs"
1212
ASSETS_DIR=${SCRIPT_DIR}/http/www
1313
MOUNTS_CFG=${SCRIPT_DIR}/mounts.txt
14-
GATEWAYS_CFG=${SCRIPT_DIR}/../../cfg/tests/gateways.conf
14+
GATEWAYS_CFG=${SCRIPT_DIR}/../../../../../../yql/essentials/cfg/tests/gateways.conf
1515

1616
PORT=${1:-3000}
1717

0 commit comments

Comments
 (0)