Skip to content

Commit

Permalink
Update self-install URL in bat file too.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jan 9, 2015
1 parent b630fa3 commit 27e5e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lein.bat
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if not exist %LEIN_INSTALL_DIR% mkdir %LEIN_INSTALL_DIR%

echo Downloading Leiningen now...

set LEIN_JAR_URL=https://github.com/technomancy/leiningen/releases/download/%LEIN_VERSION%/leiningen-%LEIN_VERSION%-standalone.jar
set LEIN_JAR_URL=https://github.com/technomancy/leiningen/releases/download/%LEIN_VERSION%/leiningen-%LEIN_VERSION%-standalone.zip
call :DownloadFile "%LEIN_JAR%.pending" "%LEIN_JAR_URL%"
if ERRORLEVEL 1 (
del "%LEIN_JAR%.pending" >nul 2>&1
Expand Down

0 comments on commit 27e5e20

Please sign in to comment.