Skip to content

Commit 2a4df68

Browse files
committed
More lowercase keywords
1 parent 2711df2 commit 2a4df68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AddPathToPSModulePath.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.\AddPathToPSModulePath.ps1 -Path "C:\MyPowerShellScripts"
1111
#>
1212

13-
Param
13+
param
1414
(
1515
# The path to a folder that should be added to the list of paths containing PS modules. If not specified, the current path of this script will be added.
1616
[string]

Ftp/Get-FtpFile/Get-FtpFile.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Get-FtpFile
6464
[string] $DownloadDestinationPath
6565
)
6666

67-
Begin
67+
begin
6868
{
6969
[Reflection.Assembly]::LoadFrom("\\$WinSCPPath\WinSCPnet.dll") | Out-Null
7070

0 commit comments

Comments
 (0)