Skip to content

Commit 4818487

Browse files
committed
Fixed name of module
1 parent 48f6f2f commit 4818487

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/tepp/example.tepp.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
# Example:
3-
Register-PSFTeppScriptblock -Name "PSDatabasClone.alcohol" -ScriptBlock { 'Beer','Mead','Whiskey','Wine','Vodka','Rum (3y)', 'Rum (5y)', 'Rum (7y)' }
3+
Register-PSFTeppScriptblock -Name "PSDatabaseClone.alcohol" -ScriptBlock { 'Beer','Mead','Whiskey','Wine','Vodka','Rum (3y)', 'Rum (5y)', 'Rum (7y)' }
44
#>

0 commit comments

Comments
 (0)