Skip to content

Commit 7b916c5

Browse files
author
Sun Rui
committed
Use 'rem' consistently.
1 parent 3bed438 commit 7b916c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/install-dev.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MKDIR %SPARK_HOME%\R\lib
2626

2727
R.exe CMD INSTALL --library="%SPARK_HOME%\R\lib" %SPARK_HOME%\R\pkg\
2828

29-
REM Zip the SparkR package so that it can be distributed to worker nodes on YARN
29+
rem Zip the SparkR package so that it can be distributed to worker nodes on YARN
3030
pushd %SPARK_HOME%\R\lib
3131
jar cfM "%SPARK_HOME%\R\lib\sparkr.zip" SparkR
3232
popd

0 commit comments

Comments
 (0)