Fix path in scripts/tablegen.py to reflect content reorg (#4865)

This commit is contained in:
Sam Naser 2019-08-29 05:50:34 -07:00 committed by Istio Automation
parent 12397efcb0
commit dbda0caef4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ISTIO_CONFIG_DIR = "istio/install/kubernetes/helm/istio"
YAML_CONFIG_DIR = ISTIO_CONFIG_DIR + "/charts"
VALUES_YAML = "values.yaml"
ISTIO_IO_DIR = os.path.abspath(__file__ + "/../../")
CONFIG_INDEX_DIR = "content/docs/reference/config/installation-options/index.md"
CONFIG_INDEX_DIR = "content/en/docs/reference/config/installation-options/index.md"
def endOfTheList(context, lineNum, lastLineNum, totalNum):
flag = 0