Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
},
{
"arg": "-U, --hld-repo-url <hld-repo-url>",
"description": "The high level definition (HLD) git repo url; falls back to azure_devops.org in spk config.",
"description": "The high level definition (HLD) git repo url; falls back to azure_devops.hld_repository in spk config.",
"required": true,
"inherit": "azure_devops.hld_repository"
},
Expand Down
2 changes: 1 addition & 1 deletion src/commands/project/create-variable-group.decorator.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"arg": "-U, --hld-repo-url <hld-repo-url>",
"description": "The high level definition (HLD) git repo url; falls back to azure_devops.org in spk config.",
"description": "The high level definition (HLD) git repo url; falls back to azure_devops.hld_repository in spk config.",
"required": true,
"inherit": "azure_devops.hld_repository"
},
Expand Down