Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 79a2e2c

Browse files
bnookalamtarng
authored andcommitted
fix hld repo url (#93)
1 parent 03e1900 commit 79a2e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/hld/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const installHldToManifestPipelineDecorator = (
4040

4141
const orgName = config.azure_devops.org!;
4242
const pat = config.azure_devops.access_token!;
43-
const hldRepo = config.azure_devops.manifest_repository!;
43+
const hldRepo = config.azure_devops.hld_repository!;
4444
const project = config.azure_devops.project!;
4545
const manifestRepo = config.azure_devops.manifest_repository!;
4646
const hldRepoName = "HLD";

0 commit comments

Comments
 (0)