Fix for source py script extension

This commit is contained in:
CorpNewt 2019-03-14 12:48:18 -05:00 committed by GitHub
parent ec773da1c5
commit 05735cc701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ exit /B
setlocal enableDelayedExpansion
REM Setup initial vars
set "script_name=%~n0.command"
set "script_name=%~n0.py"
set "thisDir=%~dp0"
set /a tried=0