From 30ba903cf0ff15fbce673f7b773924d00f4fe6b6 Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Sat, 14 Mar 2026 14:15:50 -0400 Subject: [PATCH] Remove unused module reference and correct comment typo in module manifest --- AsBuiltReport.NetApp.ONTAP.psd1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/AsBuiltReport.NetApp.ONTAP.psd1 b/AsBuiltReport.NetApp.ONTAP.psd1 index 8966a31..5f76768 100755 --- a/AsBuiltReport.NetApp.ONTAP.psd1 +++ b/AsBuiltReport.NetApp.ONTAP.psd1 @@ -64,9 +64,6 @@ ModuleName = 'NetApp.ONTAP'; ModuleVersion = '9.18.1.2601' }, - @{ - ModuleName = 'Diagrammer.Core' - }, @{ ModuleName = 'AsBuiltReport.Diagram'; ModuleVersion = '1.0.0' @@ -136,7 +133,7 @@ # HelpInfo URI of this module # HelpInfoURI = '' - # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. + # Default prefix for commands exported from this module. Override the default prefix using Import-Mod-Prefix. # DefaultCommandPrefix = '' }