Skip to content

Commit

Permalink
Correct newline
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Jan 21, 2025
1 parent 9337b59 commit ecbf493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_private_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Initialize ScubaGear
run: |
$ExpectedName = 'ScubaGear'
$ExpectedDescription = 'The Secure Cloud Business Applications (SCuBA) Gear module automates\nconformance testing about CISA M365 Secure Configuration Baselines.'
$ExpectedDescription = 'The Secure Cloud Business Applications (SCuBA) Gear module automates`rconformance testing about CISA M365 Secure Configuration Baselines.'
$Info = Install-Module -Name ScubaGear -Repository $env:GalleryName -SkipPublisherCheck -PassThru
Write-Output "The name of the module is $($Info.Name)"
if ($Info.Name -ne $ExpectedName) {
Expand Down

0 comments on commit ecbf493

Please sign in to comment.