Skip to content

Commit

Permalink
mgmt, bug fix on codegen script (Azure#26469)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jan 13, 2022
1 parent 42c163a commit 6c30af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/mgmt/automation/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def parse_args() -> argparse.Namespace:
parser.add_argument(
'--spec-root',
default =
'https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/',
'https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/',
help = 'Spec root folder',
)
parser.add_argument(
Expand Down

0 comments on commit 6c30af3

Please sign in to comment.