Skip to content

Commit

Permalink
{CI} Update update_extension_list.py (#7449)
Browse files Browse the repository at this point in the history
* Update update_extension_list.py

* Update update_extension_list.py
  • Loading branch information
wangzelin007 committed Apr 2, 2024
1 parent 51adc83 commit 3cfa2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/avail-ext-doc/update_extension_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
AZURE_CLI_EXTENSIONS_REPO_PATH = os.path.abspath(os.path.join('.', 'azure-cli-extensions'))
AZURE_DOCS_CLI_REPO_PATH = os.path.abspath(os.path.join('.', 'azure-docs-cli'))
AVAILABLE_EXTENSIONS_DOC = os.path.join(AZURE_DOCS_CLI_REPO_PATH, 'docs-ref-conceptual', 'azure-cli-extensions-list.md')
TEMPLATE_FILE = os.path.join(AZURE_CLI_EXTENSIONS_REPO_PATH, "scripts", "ci", "avail-ext-doc", "list-template.md")
TEMPLATE_FILE = os.path.join(AZURE_CLI_EXTENSIONS_REPO_PATH, 'scripts', 'ci', 'avail-ext-doc', 'list-template.md')

sys.path.insert(0, AZURE_CLI_EXTENSIONS_REPO_PATH)
sys.path.insert(0, os.path.join(AZURE_CLI_EXTENSIONS_REPO_PATH, 'scripts'))
from ci.util import get_index_data, INDEX_PATH


Expand Down

0 comments on commit 3cfa2a4

Please sign in to comment.