Skip to content

Commit f67e570

Browse files
committed
resolve conflicts
2 parents d001d91 + 4fb6bed commit f67e570

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ f6bc623284914489e891bbac923feb774c862b99
1111
abbab3f8b477e917d0a175d0de23cce121096631
1212
126347025f9cade241beff182738b2527da7535e
1313
4740b836f300658b27e6ad4d79efac63c9c24c24
14+
be44bac95670b1cbbc91bd657882d985989846f9

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.EXAMPLE
2828
.\build.ps1 -SourcesPath '~/custom/vendors.json'
2929
30-
Build cmder with your own packages. See vendor/sources.json for the syntax you need to copy.
30+
Build Cmder with your own packages. See vendor/sources.json for the syntax you need to copy.
3131
.NOTES
3232
AUTHORS
3333
Samuel Vasko, Jack Bennett

scripts/pack.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
.Synopsis
33
Pack Cmder
44
.DESCRIPTION
5-
Use this script to pack cmder into release archives
5+
Use this script to pack Cmder into release archives
66
77
You will need to make this script executable by setting your Powershell Execution Policy to Remote signed
88
Then unblock the script for execution with UnblockFile .\pack.ps1
99
.EXAMPLE
1010
.\pack.ps1
1111
12-
Creates default archives for cmder
12+
Creates default archives for Cmder
1313
.EXAMPLE
1414
.\pack.ps1 -verbose
1515
16-
Creates default archives for cmder with plenty of information
16+
Creates default archives for Cmder with plenty of information
1717
.NOTES
1818
AUTHORS
1919
Samuel Vasko, Jack Bennett, Martin Kemp

scripts/utils.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ function Register-Cmder() {
172172
# Text for the context menu item.
173173
$MenuText = "Cmder Here"
174174

175-
, # Defaults to the current cmder directory when run from cmder.
175+
, # Defaults to the current Cmder directory when run from Cmder.
176176
$PathToExe = (Join-Path $env:CMDER_ROOT "cmder.exe")
177177

178178
, # Commands the context menu will execute.
179179
$Command = "%V"
180180

181-
, # Defaults to the icons folder in the cmder package.
181+
, # Defaults to the icons folder in the Cmder package.
182182
$icon = (Split-Path $PathToExe | Join-Path -ChildPath 'icons/cmder.ico')
183183
)
184184
Begin

0 commit comments

Comments
 (0)