From 2a18ba084cdc0346bbac03736fac71bbcb0bf3df Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Thu, 12 Apr 2018 21:43:31 -0400 Subject: [PATCH] fix spelling --- vendor/lib/lib_git.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/lib/lib_git.cmd b/vendor/lib/lib_git.cmd index 54b4e80..19fb98a 100644 --- a/vendor/lib/lib_git.cmd +++ b/vendor/lib/lib_git.cmd @@ -46,7 +46,7 @@ exit /b :: check if the executable actually exists if not exist "%git_executable%" ( - %lib_console% debug-output :reda_version "%git_executable% does not exist." + %lib_console% debug-output :read_version "%git_executable% does not exist." exit /b -255 )