Merge pull request #220 from ForNeVeR/feature/quotes

Fix quotes in sbt.bat
This commit is contained in:
Dale Wijnand 2018-02-19 10:06:55 +00:00 committed by GitHub
commit 311bb7022c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ if /I "%JAVA_VERSION%" GEQ "1.8" (
REM echo %PRELOAD_SBT_JAR%
if not exist %PRELOAD_SBT_JAR% (
if exist "%SBT_HOME%\..\lib\local-preloaded\" (
echo 'about to robocopy'
echo "about to robocopy"
robocopy "%SBT_HOME%\..\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E
)
)