Skip to content

Commit 50c48e3

Browse files
committed
Update SignatureLogoName in Export-AbrOntapDiagram function for consistency
1 parent 450859e commit 50c48e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Bump Diagrammer.Core module requirement to v0.2.33
1818
- Bump module version to v0.6.10
1919
- Refactor Get-NetAppOntapAPI to streamline certificate validation for Unix platforms
20+
- Update SignatureLogoName in Export-AbrOntapDiagram function for consistency
2021

2122
### Fixed
2223

Src/Private/Export-AbrOntapDiagram.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Export-AbrOntapDiagram {
4646
'IconPath' = $IconPath
4747
'ImagesObj' = $Images
4848
'LogoName' = 'AsBuiltReport_LOGO'
49-
'SignatureLogoName' = 'Abr_LOGO_Footer'
49+
'SignatureLogoName' = 'AsBuiltReport_Signature'
5050
'WaterMarkText' = $Options.DiagramWaterMark
5151
'WaterMarkFontOpacity' = 20
5252
'Direction' = & {

0 commit comments

Comments
 (0)