File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -886,15 +886,15 @@ if (!(Test-Path Variable:Global:VcsPromptStatuses)) {
886
886
887
887
<#
888
888
. SYNOPSIS
889
- Writes all version control prompt statuses configured in $global:VscPromptStatuses .
889
+ Writes all version control prompt statuses configured in $global:VcsPromptStatuses .
890
890
. DESCRIPTION
891
- Writes all version control prompt statuses configured in $global:VscPromptStatuses .
891
+ Writes all version control prompt statuses configured in $global:VcsPromptStatuses .
892
892
By default, this includes the PoshGit prompt status.
893
893
. EXAMPLE
894
894
PS C:\> Write-VcsStatus
895
895
896
896
Writes all version control prompt statuses that have been configured
897
- with the global variable $VscPromptStatuses
897
+ with the global variable $VcsPromptStatuses
898
898
#>
899
899
function Global :Write-VcsStatus {
900
900
Set-ConsoleMode - ANSI
You can’t perform that action at this time.
0 commit comments