Skip to content

Commit

Permalink
clarify something
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-peterson committed Aug 23, 2024
1 parent 035b936 commit b7763dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GitlabCli/GitlabCli.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{
ModuleVersion = '1.114.0'

RequiredModules = @("powershell-yaml", @{ModuleName="powershell-yaml"; ModuleVersion="0.4.7"; GUID="6a75a662-7f53-425a-9777-ee61284407da"})
RequiredModules = @('powershell-yaml', @{ModuleName='powershell-yaml'; ModuleVersion='0.4.7'; GUID='6a75a662-7f53-425a-9777-ee61284407da'})

PrivateData = @{
PSData = @{
Expand Down
2 changes: 1 addition & 1 deletion src/GitlabCli/RepositoryFiles.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function Get-GitlabRepositoryTree {
}

function Get-GitlabRepositoryYmlFileContent {
[Obsolete("Use Get-GitlabRepositoryFileContent instead")]
[Obsolete("Use 'Get-GitlabRepositoryFileContent | ConvertFrom-Yaml' instead")]
[CmdletBinding()]
param (
[Parameter()]
Expand Down

0 comments on commit b7763dd

Please sign in to comment.