Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ae32e3f

Browse files
authored
fix typo in echo command
1 parent 4d70b9b commit ae32e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
@set path=%cd%\tools\VsixUtil;%path%
44

5-
@echo Installing `%config%` build of GitHub for Vidual Studio
6-
vsixutil /install "%cd%\build\%config%\GitHub.VisualStudio.vsix" /s Enterprise;Professional;Community
5+
@echo Installing `%config%` build of GitHub for Visual Studio
6+
vsixutil /install "%cd%\build\%config%\GitHub.VisualStudio.vsix" /s Enterprise;Professional;Community

0 commit comments

Comments
 (0)