Skip to content

Commit f1b447f

Browse files
committed
Fixed submodule name
1 parent 91d27f7 commit f1b447f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/common-templates/checkout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ steps:
4242
inputs:
4343
targetType: inline
4444
script: |
45-
git submodule update --recursive --remote
45+
git submodule update --remote
4646
4747
- template: ./security-pre-checks.yml

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "autorest.powershell"]
22
path = autorest.powershell
33
url = https://github.com/microsoftgraph/autorest.powershell
4-
branch = powershell-v2
4+
branch = origin/powershell-v2

0 commit comments

Comments
 (0)