Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Nov 5, 2024
1 parent 44f66b8 commit b142bde
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions resources/GitDsc/GitDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
'GitClone',
'GitRemote',
'GitConfigUserName',
'GitConfigUserEmail',
'GitConfigFile'
'GitConfigUserEmail'
)

# List of all modules packaged with this module
Expand All @@ -99,9 +98,22 @@
PrivateData = @{

PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @(
'PSDscResource_GitClone',
'PSDscResource_GitRemote',
'PSDscResource_GitConfigUserName',
'PSDscResource_GitConfigUserEmail'
)

# A URL to the license for this module.
# LicenseUri = ''
Tags = @('PSDscResource_GitClone', 'PSDscResource_GitRemote', 'PSDscResource_GitConfigUserName', 'PSDscResource_GitConfigUserEmail')

# A URL to the main website for this project.
# ProjectUri = ''

# A URL to an icon representing this module.
# IconUri = ''

# ReleaseNotes of this module
Expand All @@ -126,11 +138,4 @@
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}
# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}

0 comments on commit b142bde

Please sign in to comment.