diff --git a/build/Scripts/CreateModuleManifest.ps1 b/build/Scripts/CreateModuleManifest.ps1 index 4e3d920..7f5b26a 100644 --- a/build/Scripts/CreateModuleManifest.ps1 +++ b/build/Scripts/CreateModuleManifest.ps1 @@ -21,4 +21,4 @@ $manifestSplat = @{ } New-ModuleManifest @manifestSplat -New-Item "$manifestFileLocation" -ItemType File \ No newline at end of file +New-Item "$manifestFileLocation" -ItemType File -Value "# This file is run when Import-Module `"PowershellModule`" is called" \ No newline at end of file