Skip to content

Commit

Permalink
Adjust line division
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Dec 28, 2017
1 parent 86b4b85 commit dc7db6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions HardHat/win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cls
:update
call color 06
cls
echo ==========================================================================================
echo ======================================================================================
echo UPDATE
echo ==========================================================================================
echo ======================================================================================
echo.
echo ==^> Updating...
cd /d %~dp0
Expand All @@ -32,14 +32,14 @@ if %errorlevel% == 0 (
git reset --hard HEAD
git pull
echo.
echo ==========================================================================================
echo ======================================================================================
echo.
echo HardHat was updated.
echo.
echo Refer to CHANGELOG file for details
echo or visit https://github.com/equiman/hardhat/
echo.
echo ==========================================================================================
echo ======================================================================================
echo.
pause
goto run
Expand All @@ -64,13 +64,13 @@ goto end
call color FC
cls
cls
echo ==========================================================================================
echo ======================================================================================
echo ERROR
echo ==========================================================================================
echo ======================================================================================
echo.
echo HardHat is already running.
echo.
echo ==========================================================================================
echo ======================================================================================
echo.
pause
goto end
Expand Down

0 comments on commit dc7db6c

Please sign in to comment.