Skip to content

Commit accd61a

Browse files
committed
Add SupportsShouldProcess to the module
1 parent 2ef6225 commit accd61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function New-PowerShellScriptModuleRepository
3535
.LINK
3636
https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate
3737
#>
38-
[CmdletBinding()]
38+
[CmdletBinding(SupportsShouldProcess = $true)]
3939
[Alias('New-PSRepository')]
4040
Param
4141
(

0 commit comments

Comments
 (0)