MichaelChirico commented on a change in pull request #28380:
URL: https://github.com/apache/spark/pull/28380#discussion_r416281264



##########
File path: .github/workflows/master.yml
##########
@@ -105,7 +105,7 @@ jobs:
         java-version: '11'
     - name: install R
       run: |
-        echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' 
| sudo tee -a /etc/apt/sources.list
+        echo 'deb https://cloud.r-project.org/bin/linux/ubuntu/bionic-cran35/' 
| sudo tee -a /etc/apt/sources.list

Review comment:
       i think the space is needed for `deb`, the right one should be 
   
   ```
   https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to