Skip to content

Commit

Permalink
Fix acummulo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Dec 16, 2024
1 parent ea1f946 commit 0405416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/geomesa-accumulo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docs:
example: |
```java
var image = DockerImageName.parse("ghcr.io/geomesa/accumulo-uno:2.1.3");
var accumulo = new new AccumuloContainer(image).withGeoMesaDistributedRuntime();
var accumulo = new AccumuloContainer(image).withGeoMesaDistributedRuntime();
accumulo.start();
```
installation: |
Expand Down

0 comments on commit 0405416

Please sign in to comment.