Fix quotes in sbt.bat

This commit is contained in:
Friedrich von Never 2018-02-17 21:56:09 +07:00
parent 35072a62b0
commit 3019b94da0
No known key found for this signature in database
GPG Key ID: 5D22FAE119EC4EB7
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
)
)