Skip to content

Commit 9ceb6dd

Browse files
committed
fix: Add default module description
1 parent 112b4b5 commit 9ceb6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/src/__NewModuleName__/__NewModuleName__.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Copyright = '(c) __IndividualOrOrganizationName__. All rights reserved.'
2525

2626
# Description of the functionality provided by this module
27-
# Description = ''
27+
Description = '__NewModuleName__ module.'
2828

2929
# Minimum version of the PowerShell engine required by this module
3030
# PowerShellVersion = ''

0 commit comments

Comments
 (0)