Skip to content

Commit 31dffd7

Browse files
committed
Super minor grammer fixes, and cleanup. No code change
1 parent d449a84 commit 31dffd7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

PSModuleBuild.tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ Function Test2
211211
{
212212
$Something ++
213213
}
214-
#Duplicate Function Name
215214
}
216215
"@
217216
$Module | Out-File $ScriptPath\Test-Module\Source\Public\PublicFunction.ps1

Psake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Author = "Martin Pugh (@TheSurlyAdm1n)"
1414
ModuleVersion = $ENV:APPVEYOR_BUILD_VERSION
1515
Company = "www.thesurlyadmin.com"
16-
Description = "Easily build PowerShell modules for a set of functions contained in individual PS1 files"
16+
Description = "Easily build a PowerShell module and manifest from a set of functions contained in individual PS1 files"
1717
ProjectURI = "https://github.com/martin9700/PSModuleBuild"
1818
LicenseURI = "https://github.com/martin9700/PSModuleBuild/blob/master/LICENSE"
1919
IconURI = "https://pughspace.files.wordpress.com/2017/01/pspublishmodule-icon.png"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
$BuildSplat = @{
121121
Path = "c:\ProjectFolder\NewModule\Source"
122-
TargetPath = "c:\ProjectFolder\NewModule","\\dmzserver\share\Modules\NewModule" #this is optional now, Invoke-PSModuleBuild goes here by default
122+
TargetPath = "c:\ProjectFolder\NewModule","\\dmzserver\share\Modules\NewModule"
123123
ModuleName = "NewModule"
124124
Author = "@thesurlyadm1n"
125125
Description = "This is that new module I've been working on"

0 commit comments

Comments
 (0)