Skip to content

Commit 5eec22c

Browse files
[Enhancement] Config - Sort the output from Get-GitHubConfig (#39)
- Fixes #34
1 parent 498c54b commit 5eec22c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub/public/Config/Get-GitHubConfig.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
if ($Name) {
5454
$metadata.$Name
5555
} else {
56-
$metadata
57-
# TODO: Fix sorting
56+
$metadata | Sort-Object -Property Name
5857
}
5958
}
6059
}

0 commit comments

Comments
 (0)