Skip to content

Commit

Permalink
Merge pull request #24 from dxworks/victorc/add-git-to-doctor
Browse files Browse the repository at this point in the history
Add git to doctor command
  • Loading branch information
vchircu authored Aug 25, 2022
2 parents f54f321 + a019c8e commit 4206077
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ versions:
unix: dotnet --version
match:
- (?<version>.+)
- name: git
min: 2.12
win: git --version
unix: git --version
match:
- version (?<version>.+)

1 change: 1 addition & 0 deletions releaseNotes/v1.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Added git to voyager doctor

0 comments on commit 4206077

Please sign in to comment.