Skip to content

Commit

Permalink
Update changelog, add PR 649. Remove unused param from psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill committed Feb 18, 2019
1 parent c5dd274 commit ccdf99c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
automatically. This improves module load time.
([#637](https://github.com/dahlbyk/posh-git/issues/637))
([PR #638](https://github.com/dahlbyk/posh-git/pull/638))
- How do you manually install this? Added manual instructions for git clone of posh-git to README.md.
([#648](https://github.com/dahlbyk/posh-git/issues/648))
([PR #649](https://github.com/dahlbyk/posh-git/pull/649))
Thanks Kyle Spier-Swenson (@MrStonedOne)

## 1.0.0-beta2 - May 13, 2018

Expand Down
2 changes: 1 addition & 1 deletion src/posh-git.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param([switch]$NoVersionWarn, [switch]$ForcePoshGitPrompt)
param([switch]$ForcePoshGitPrompt)

. $PSScriptRoot\CheckRequirements.ps1 > $null

Expand Down

0 comments on commit ccdf99c

Please sign in to comment.