Skip to content

Commit 9d4e5de

Browse files
committed
Update description in module manifest definitoin and main function
1 parent 07da0fc commit 9d4e5de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/definitions/modulemanifest/definition.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Author = 'Starters Clan'
1111
CompanyName = 'Starters Clan'
1212
Copyright = '(c) 2019 Starters Clan'
13-
Description = 'A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / GoldSource games.'
13+
Description = 'A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / Goldsource games.'
1414
PowerShellVersion = '4.0'
1515
# PowerShellHostName = ''
1616
# PowerShellHostVersion = ''

src/Compile-SourceScript/Public/Compile-SourceScript.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Compile-SourceScript {
22
<#
33
.SYNOPSIS
4-
A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / GoldSource games.
4+
A wrapper for compiling SourceMod (.sp) and AMX Mod X (.sma) plugin source files for Source / Goldsource games.
55
66
.DESCRIPTION
77
Specified plugins are compiled and subsequently copied into the mod's plugins directory if found to be new or have been changed.
@@ -165,7 +165,7 @@ function Compile-SourceScript {
165165
"`nNo changes to plugins were found. No operations were performed." | Write-Host -ForegroundColor Magenta
166166
return
167167

168-
}else {
168+
}else {
169169
# List successfully compiled plugins
170170
"`nNewly compiled plugins:" | Write-Host -ForegroundColor Cyan
171171
$compiledDirItemsDiff | % {

0 commit comments

Comments
 (0)