Skip to content

Commit 3042c6c

Browse files
committed
Sort .gitmodules
1 parent bbebf2f commit 3042c6c

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.gitmodules

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
[submodule "src/monad"]
2-
path = src/monad
3-
url = https://github.com/PowerShell/psl-monad.git
1+
[submodule "src/dsc"]
2+
path = src/dsc
3+
url = https://github.com/Microsoft/PowerShell-DSC-for-Linux.git
44
[submodule "src/libpsl-native"]
55
path = src/libpsl-native
66
url = https://github.com/PowerShell/psl-native.git
7-
[submodule "test/Pester"]
8-
path = test/Pester
9-
url = https://github.com/PowerShell/psl-pester.git
10-
branch = develop
11-
ignore = dirty
12-
[submodule "src/omi-provider"]
13-
path = src/omi-provider
14-
url = https://github.com/PowerShell/psl-omi-provider.git
7+
[submodule "src/monad"]
8+
path = src/monad
9+
url = https://github.com/PowerShell/psl-monad.git
1510
[submodule "src/omi"]
1611
path = src/omi
1712
url = https://github.com/MSFTOSSMgmt/omi.git
1813
branch = psrp/features
14+
[submodule "src/omi-provider"]
15+
path = src/omi-provider
16+
url = https://github.com/PowerShell/psl-omi-provider.git
1917
[submodule "src/windows-build"]
2018
path = src/windows-build
2119
url = https://github.com/PowerShell/psl-windows-build.git
22-
[submodule "src/dsc"]
23-
path = src/dsc
24-
url = https://github.com/Microsoft/PowerShell-DSC-for-Linux.git
20+
[submodule "test/Pester"]
21+
path = test/Pester
22+
url = https://github.com/PowerShell/psl-pester.git
23+
branch = develop
24+
ignore = dirty

0 commit comments

Comments
 (0)