Skip to content

Commit

Permalink
Rewrite old calls to :verbose_output to working %lib_console% verbose…
Browse files Browse the repository at this point in the history
…_output
  • Loading branch information
FloSchwalm committed Jul 29, 2020
1 parent 0ed10e5 commit 167c49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/lib/lib_git.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,14 @@ exit /b
set test_dir=
)
) else (
call :verbose_output Found old %GIT_VERSION_USER% in "%test_dir%", but not using...
%lib_console% verbose_output "Found old %GIT_VERSION_USER% in %test_dir%, but not using..."
set test_dir=
)
) else (
:: compare the user git version against the vendored version
:: if the user provided git executable is not found
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
call :verbose_output No git at "%git_executable%" found.
%lib_console% verbose_output "No git at "%git_executable%" found."
set test_dir=
)
)
Expand Down

0 comments on commit 167c49e

Please sign in to comment.