Skip to content

Commit c46c379

Browse files
authored
.sync/azure_pipelines/MuDevOpsWrapper.yml: Fix Version.njk path (#185)
Update the relative path for the proper number of parent directories.
1 parent 9868552 commit c46c379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.sync/azure_pipelines/MuDevOpsWrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# SPDX-License-Identifier: BSD-2-Clause-Patent
1212
##
1313

14-
{% import '../../../Version.njk' as sync_version -%}
14+
{% import '../Version.njk' as sync_version -%}
1515

1616
resources:
1717
repositories:

0 commit comments

Comments
 (0)