Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuzaki-MrL committed Jun 28, 2016
1 parent b02cbfa commit f1a7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banner.bat
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ goto end

:end
cls
if exist autobanner.py (
if exist tools\autobanner.py (
python --version 2>NUL
if errorlevel 0 goto autobanner
if errorlevel 1 echo ERROR: Python not found. Couldn't generate banner automatically.
Expand Down

0 comments on commit f1a7727

Please sign in to comment.