Skip to content

Commit 6918fd9

Browse files
committed
(maint) Correct PowerShell casing
1 parent fb2ef1a commit 6918fd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nuspec/chocolatey/chocolatey/tools/chocolateysetup.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ You need to restart this machine prior to using choco.
208208
} else {
209209
@"
210210
Chocolatey CLI (choco.exe) is now ready.
211-
You can call choco from anywhere, command line or powershell by typing choco.
211+
You can call choco from anywhere, command line or PowerShell by typing choco.
212212
Run choco /? for a list of functions.
213-
You may need to shut down and restart powershell and/or consoles
213+
You may need to shut down and restart PowerShell and/or consoles
214214
first prior to using choco.
215215
"@ | Write-Output
216216
}

nuspec/chocolatey/chocolatey/tools/init.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
param($installPath, $toolsPath, $package, $project)
1+
param($installPath, $toolsPath, $package, $project)
22

33
$modules = Get-ChildItem $ToolsPath -Filter *.psm1
44
$modules | ForEach-Object { Import-Module -Name $_.FullName }
@@ -8,7 +8,7 @@ $modules | ForEach-Object { Import-Module -Name $_.FullName }
88
Chocolatey
99
========================
1010
Welcome to Chocolatey, your local machine repository built on the NuGet infrastructure. Chocolatey allows you to install application packages to your machine with the goodness of a #chocolatey #nuget combo.
11-
Application executables get added to the path automatically so you can call them from anywhere (command line/powershell prompt), not just in Visual Studio.
11+
Application executables get added to the path automatically so you can call them from anywhere (command line/PowerShell prompt), not just in Visual Studio.
1212
1313
Lets get Chocolatey!
1414
----------

0 commit comments

Comments
 (0)