This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c641bbfb9e chore: use depth=1 for cloning (#28276)
c641bbfb9e is described below

commit c641bbfb9e62465b6389b60e0f0daf114a2681e4
Author: Radek Antoniuk <[email protected]>
AuthorDate: Tue Apr 30 22:20:29 2024 +0200

    chore: use depth=1 for cloning (#28276)
---
 docs/docs/installation/docker-compose.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/installation/docker-compose.mdx 
b/docs/docs/installation/docker-compose.mdx
index 82374313e9..a420734001 100644
--- a/docs/docs/installation/docker-compose.mdx
+++ b/docs/docs/installation/docker-compose.mdx
@@ -50,7 +50,7 @@ Note that this documentation assumes that you have 
[Docker](https://www.docker.c
 following command:
 
 ```bash
-git clone https://github.com/apache/superset.git
+git clone --depth=1  https://github.com/apache/superset.git
 ```
 
 Once that command completes successfully, you should see a new `superset` 
folder in your

Reply via email to