Skip to content

Commit 0299c0e

Browse files
committed
Update module manifest description
1 parent c4d1f4a commit 0299c0e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psd1

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

2626
# Description of the functionality provided by this module
27-
Description = @'
28-
This module does nothing, but is part of a template git repository that you can clone to create new PowerShell script modules quickly and easily with boilerplate files and CI/CD workflows already defined.
29-
30-
Checkout the template repository at https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate.
31-
'@
27+
Description = 'Create new PowerShell script module repositories quickly and easily with boilerplate files and CI/CD workflows already defined.'
3228

3329
# Minimum version of the PowerShell engine required by this module
3430
PowerShellVersion = '3.0'

0 commit comments

Comments
 (0)