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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a54e932  Fix the import command
a54e932 is described below

commit a54e932e7d75eacdcc5cc11a57b87cc30686467a
Author: Bertil Chapuis <[email protected]>
AuthorDate: Mon Oct 14 16:02:59 2024 +0200

    Fix the import command
---
 src/pages/documentation/basemap.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/documentation/basemap.mdx 
b/src/pages/documentation/basemap.mdx
index 09bb0f5..6c8ba57 100644
--- a/src/pages/documentation/basemap.mdx
+++ b/src/pages/documentation/basemap.mdx
@@ -19,7 +19,7 @@ import Map from '@/components/map';
 In order to build the basemap locally, move to the `/basemap` directory and 
run the following workflow:
 
 ```bash
-baremaps workflow execute --file=workflow.js
+baremaps workflow execute --file=import.js
 ```
 
 > Note: If you are using Docker, you need to increase the storage allocated to 
 > Docker to at least 20GB.

Reply via email to