Skip to content

Commit 3384a1e

Browse files
orgadsgitster
authored andcommitted
vcbuild: fix batch file name in README
Signed-off-by: Orgad Shaneh <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c2f3ef8 commit 3384a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/vcbuild/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The Steps to Build Git with VS2015 or VS2017 from the command line.
2626
Use ONE of the following forms which should match how you want to
2727
compile git.exe.
2828

29-
$ ./compat/vcbuild/vcpkg_copy_packages.bat debug
30-
$ ./compat/vcbuild/vcpkg_copy_packages.bat release
29+
$ ./compat/vcbuild/vcpkg_copy_dlls.bat debug
30+
$ ./compat/vcbuild/vcpkg_copy_dlls.bat release
3131

3232
3. Build git using MSVC from an SDK bash window using one of the
3333
following commands:

0 commit comments

Comments
 (0)